From 72780e3eac98610bfeacd1e5862a655740899f23 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Wed, 12 Apr 2023 22:06:18 +0200 Subject: [PATCH] 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 --- 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) -- 2.30.2