diff options
author | Nick Hainke <vincent@systemli.org> | 2022-12-21 10:34:03 +0100 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-12-29 17:39:30 +0100 |
commit | 3195a992d6f635ad82dbe39ee584571371334450 (patch) | |
tree | dfe8968c2215bb0a742664a2a0f048b9cd345ac1 /target/linux/ipq40xx/image | |
parent | 2cad88b99fdae9766de84e6c1cb56f111eb53748 (diff) | |
download | upstream-3195a992d6f635ad82dbe39ee584571371334450.tar.gz upstream-3195a992d6f635ad82dbe39ee584571371334450.tar.bz2 upstream-3195a992d6f635ad82dbe39ee584571371334450.zip |
ipq40xx: convert Aruba AP-303H to DSA and enable target again
The target was disabled since noone did the DSA conversion. Add the
conversion and enable it again.
Tested-by: John Walshaw <jjw@myself.com>
Signed-off-by: Bjoern Dobe <bjoern@dobecom.de>
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'target/linux/ipq40xx/image')
-rw-r--r-- | target/linux/ipq40xx/image/generic.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk index 290581ac80..5dae52ff0e 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -181,8 +181,7 @@ define Device/aruba_ap-303h $(call Device/aruba_glenmorangie) DEVICE_MODEL := AP-303H endef -# Missing DSA Setup -#TARGET_DEVICES += aruba_ap-303h +TARGET_DEVICES += aruba_ap-303h define Device/aruba_ap-365 $(call Device/aruba_glenmorangie) |