diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2021-10-18 15:59:43 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2021-12-13 14:01:14 +0100 |
commit | 0ebf62e7f4a62a3bee76428794c9d90569e42715 (patch) | |
tree | 94b1360dab7e589b167b3af46756bb53ed4b9b40 /target/linux | |
parent | 67978e4ce53cc373365776c05ab748b7bcc43576 (diff) | |
download | upstream-0ebf62e7f4a62a3bee76428794c9d90569e42715.tar.gz upstream-0ebf62e7f4a62a3bee76428794c9d90569e42715.tar.bz2 upstream-0ebf62e7f4a62a3bee76428794c9d90569e42715.zip |
bcm53xx: enable Linksys EA6300 & EA9200 builds
Both should be supported since:
1. Adding NVMEM driver for NVRAM
2. Using NVRAM info for determining active firmware partition
Linksys EA9500 uses very similar design and works fine.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
(cherry picked from commit 287257d676b1120f388120f1dc259e4eefd3b163)
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/bcm53xx/image/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index 9580723273..f2c145a375 100644 --- a/target/linux/bcm53xx/image/Makefile +++ b/target/linux/bcm53xx/image/Makefile @@ -242,13 +242,11 @@ define Device/dlink_dir-885l endef TARGET_DEVICES += dlink_dir-885l -# Linksys devices are disabled due to problem with 2 TRX partitions define Device/linksys_ea6300-v1 DEVICE_VENDOR := Linksys DEVICE_MODEL := EA6300 DEVICE_VARIANT := v1 DEVICE_PACKAGES := $(B43) $(USB3_PACKAGES) - BROKEN := y endef TARGET_DEVICES += linksys_ea6300-v1 @@ -265,7 +263,6 @@ define Device/linksys_ea9200 DEVICE_MODEL := EA9200 DEVICE_VARIANT := v1 DEVICE_PACKAGES := $(BRCMFMAC_43602A1) $(USB3_PACKAGES) - BROKEN := y endef TARGET_DEVICES += linksys_ea9200 |