diff options
| author | Corey Minyard | 2024-05-03 13:14:31 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-05-12 16:59:28 +0000 |
| commit | 7a0d5a5c8bda19fc984429d183d14ee0b95a9be6 (patch) | |
| tree | a97c16fd22971833882358a6d3ace4d1dbff51ff | |
| parent | 66952b9ff4743459a3bf77216933a43096865cbc (diff) | |
| download | openwrt-7a0d5a5c8bda19fc984429d183d14ee0b95a9be6.tar.gz | |
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>
Link: https://github.com/openwrt/openwrt/pull/15402
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -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 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) |