[source] bcm53xx: disable building Linksys EA6300 V1 image

LEDE Commits lede-commits at lists.infradead.org
Wed Jan 25 01:52:09 PST 2017


rmilecki pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/6b68635047399a7c294de0fea67eab78a4dcdc15

commit 6b68635047399a7c294de0fea67eab78a4dcdc15
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Wed Jan 25 10:48:51 2017 +0100

    bcm53xx: disable building Linksys EA6300 V1 image
    
    This device has 2 TRX partitions (main one and failsafe one) and Linux
    may not detect them properly failing to run userspace.
    
    Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
 target/linux/bcm53xx/image/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile
index 853c9b2..e7a628b 100644
--- a/target/linux/bcm53xx/image/Makefile
+++ b/target/linux/bcm53xx/image/Makefile
@@ -177,7 +177,8 @@ define Device/linksys-ea6300-v1
   DEVICE_TITLE := Linksys EA6300 V1
   DEVICE_PACKAGES := kmod-b43 $(USB3_PACKAGES)
 endef
-TARGET_DEVICES += linksys-ea6300-v1
+# Disabled due to problems with 2 TRX partitions
+# TARGET_DEVICES += linksys-ea6300-v1
 
 define Device/netgear
   IMAGES := chk



More information about the lede-commits mailing list