aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq40xx
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2023-04-12 22:06:18 +0200
committerDavid Bauer <mail@david-bauer.net>2023-04-15 14:15:42 +0200
commit72780e3eac98610bfeacd1e5862a655740899f23 (patch)
treeaaa98c1c711b9a78115569a6b63387d478d3f197 /target/linux/ipq40xx
parentaad34818b50029e07ed9221ae46f9770d6e29785 (diff)
downloadupstream-72780e3eac98610bfeacd1e5862a655740899f23.tar.gz
upstream-72780e3eac98610bfeacd1e5862a655740899f23.tar.bz2
upstream-72780e3eac98610bfeacd1e5862a655740899f23.zip
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>
Diffstat (limited to 'target/linux/ipq40xx')
-rw-r--r--target/linux/ipq40xx/base-files/etc/board.d/02_network1
-rw-r--r--target/linux/ipq40xx/image/generic.mk3
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ipq40xx/base-files/etc/board.d/02_network b/target/linux/ipq40xx/base-files/etc/board.d/02_network
index 37b9ca268b..7c9c2f0827 100644
--- a/target/linux/ipq40xx/base-files/etc/board.d/02_network
+++ b/target/linux/ipq40xx/base-files/etc/board.d/02_network
@@ -45,6 +45,7 @@ ipq40xx_setup_interfaces()
ucidef_set_interfaces_lan_wan "lan" "wan"
;;
aruba,ap-303|\
+ aruba,ap-365|\
avm,fritzrepeater-1200|\
dlink,dap-2610|\
extreme-networks,ws-ap3915i|\
diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk
index 48514b8841..2f0ca927f0 100644
--- a/target/linux/ipq40xx/image/generic.mk
+++ b/target/linux/ipq40xx/image/generic.mk
@@ -190,8 +190,7 @@ define Device/aruba_ap-365
DEVICE_MODEL := AP-365
DEVICE_PACKAGES := kmod-hwmon-ad7418 ipq-wifi-aruba_ap-365
endef
-# Missing DSA Setup
-#TARGET_DEVICES += aruba_ap-365
+TARGET_DEVICES += aruba_ap-365
define Device/asus_map-ac2200
$(call Device/FitImageLzma)