summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorCorey Minyard <minyard@acm.org>2024-05-03 08:14:31 -0500
committerChristian Marangi <ansuelsmth@gmail.com>2024-05-06 12:45:53 +0200
commit226b15f8859afa7bfdfb6aca2d48f2b4e83e74e2 (patch)
tree0d30a3d44d31ef2f748f5500ee46d5317f9c8848 /target/linux
parent63b1326575fe4689ab9a0ac4b845daa6d80de5b5 (diff)
downloadopenwrt-226b15f8859afa7bfdfb6aca2d48f2b4e83e74e2.tar.gz
openwrt-226b15f8859afa7bfdfb6aca2d48f2b4e83e74e2.tar.bz2
openwrt-226b15f8859afa7bfdfb6aca2d48f2b4e83e74e2.zip
ipq40xx: Enable the Engenius EAP1300
Now that DSA is enabled and the MAC addresses are set properly, we can use it. Signed-off-by: Corey Minyard <minyard@acm.org> Link: https://github.com/openwrt/openwrt/pull/15358 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/ipq40xx/image/generic.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk
index 7af777248d..444035ffe5 100644
--- a/target/linux/ipq40xx/image/generic.mk
+++ b/target/linux/ipq40xx/image/generic.mk
@@ -454,8 +454,7 @@ define Device/engenius_eap1300
IMAGE_SIZE := 25344k
IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata
endef
-# Missing DSA Setup
-#TARGET_DEVICES += engenius_eap1300
+TARGET_DEVICES += engenius_eap1300
define Device/engenius_eap2200
$(call Device/FitImage)