[openwrt/openwrt] ipq40xx: Enable the Engenius EAP1300
LEDE Commits
lede-commits at lists.infradead.org
Sun May 12 09:59:39 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/7a0d5a5c8bda19fc984429d183d14ee0b95a9be6
commit 7a0d5a5c8bda19fc984429d183d14ee0b95a9be6
Author: Corey Minyard <minyard at acm.org>
AuthorDate: Fri May 3 08:14:31 2024 -0500
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 at acm.org>
Link: https://github.com/openwrt/openwrt/pull/15358
Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/15402
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/ipq40xx/image/generic.mk | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk
index ff5d5f26aa..a84031f645 100644
--- a/target/linux/ipq40xx/image/generic.mk
+++ b/target/linux/ipq40xx/image/generic.mk
@@ -455,8 +455,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)
More information about the lede-commits
mailing list