From 287257d676b1120f388120f1dc259e4eefd3b163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Mon, 18 Oct 2021 15:59:43 +0200 Subject: bcm53xx: enable Linksys EA6300 & EA9200 builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- target/linux/bcm53xx/image/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'target/linux') diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index 45355e1ec9..a10c6fe240 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 -- cgit v1.2.3