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 287257d676)
This commit is contained in:
@@ -242,13 +242,11 @@ define Device/dlink_dir-885l
|
|||||||
endef
|
endef
|
||||||
TARGET_DEVICES += dlink_dir-885l
|
TARGET_DEVICES += dlink_dir-885l
|
||||||
|
|
||||||
# Linksys devices are disabled due to problem with 2 TRX partitions
|
|
||||||
define Device/linksys_ea6300-v1
|
define Device/linksys_ea6300-v1
|
||||||
DEVICE_VENDOR := Linksys
|
DEVICE_VENDOR := Linksys
|
||||||
DEVICE_MODEL := EA6300
|
DEVICE_MODEL := EA6300
|
||||||
DEVICE_VARIANT := v1
|
DEVICE_VARIANT := v1
|
||||||
DEVICE_PACKAGES := $(B43) $(USB3_PACKAGES)
|
DEVICE_PACKAGES := $(B43) $(USB3_PACKAGES)
|
||||||
BROKEN := y
|
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += linksys_ea6300-v1
|
TARGET_DEVICES += linksys_ea6300-v1
|
||||||
|
|
||||||
@@ -265,7 +263,6 @@ define Device/linksys_ea9200
|
|||||||
DEVICE_MODEL := EA9200
|
DEVICE_MODEL := EA9200
|
||||||
DEVICE_VARIANT := v1
|
DEVICE_VARIANT := v1
|
||||||
DEVICE_PACKAGES := $(BRCMFMAC_43602A1) $(USB3_PACKAGES)
|
DEVICE_PACKAGES := $(BRCMFMAC_43602A1) $(USB3_PACKAGES)
|
||||||
BROKEN := y
|
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += linksys_ea9200
|
TARGET_DEVICES += linksys_ea9200
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user