diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2017-01-25 10:48:51 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2017-01-25 10:50:27 +0100 |
commit | 55ff15cfd50927c393300c372efe55ccbc41ad6d (patch) | |
tree | 63494d9d10978787d163469d3d86981138e935d1 | |
parent | a68f6942bc539c3e27afbb40fdc726fe1affea5b (diff) | |
download | upstream-55ff15cfd50927c393300c372efe55ccbc41ad6d.tar.gz upstream-55ff15cfd50927c393300c372efe55ccbc41ad6d.tar.bz2 upstream-55ff15cfd50927c393300c372efe55ccbc41ad6d.zip |
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@milecki.pl>
-rw-r--r-- | target/linux/bcm53xx/image/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index 853c9b252d..e7a628b7d8 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 |