[openwrt/openwrt] ipq40xx: convert AP-365 to DSA

LEDE Commits lede-commits at lists.infradead.org
Sat Apr 15 05:16:25 PDT 2023


blocktrron pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/72780e3eac98610bfeacd1e5862a655740899f23

commit 72780e3eac98610bfeacd1e5862a655740899f23
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Wed Apr 12 22:06:18 2023 +0200

    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 at david-bauer.net>
---
 target/linux/ipq40xx/base-files/etc/board.d/02_network | 1 +
 target/linux/ipq40xx/image/generic.mk                  | 3 +--
 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)




More information about the lede-commits mailing list