mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-03 12:34:19 +00:00
ipq40xx: convert AP-365 to DSA
Re-enable the Aruba AP-365 with DSA support. Changes are trvivial, as the board design is pretty much the already updated AP-303. Run-tested on the device. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
aad34818b5
commit
72780e3eac
@ -45,6 +45,7 @@ ipq40xx_setup_interfaces()
|
|||||||
ucidef_set_interfaces_lan_wan "lan" "wan"
|
ucidef_set_interfaces_lan_wan "lan" "wan"
|
||||||
;;
|
;;
|
||||||
aruba,ap-303|\
|
aruba,ap-303|\
|
||||||
|
aruba,ap-365|\
|
||||||
avm,fritzrepeater-1200|\
|
avm,fritzrepeater-1200|\
|
||||||
dlink,dap-2610|\
|
dlink,dap-2610|\
|
||||||
extreme-networks,ws-ap3915i|\
|
extreme-networks,ws-ap3915i|\
|
||||||
|
@ -190,8 +190,7 @@ define Device/aruba_ap-365
|
|||||||
DEVICE_MODEL := AP-365
|
DEVICE_MODEL := AP-365
|
||||||
DEVICE_PACKAGES := kmod-hwmon-ad7418 ipq-wifi-aruba_ap-365
|
DEVICE_PACKAGES := kmod-hwmon-ad7418 ipq-wifi-aruba_ap-365
|
||||||
endef
|
endef
|
||||||
# Missing DSA Setup
|
TARGET_DEVICES += aruba_ap-365
|
||||||
#TARGET_DEVICES += aruba_ap-365
|
|
||||||
|
|
||||||
define Device/asus_map-ac2200
|
define Device/asus_map-ac2200
|
||||||
$(call Device/FitImageLzma)
|
$(call Device/FitImageLzma)
|
||||||
|
Loading…
Reference in New Issue
Block a user