Skip to content
Snippets Groups Projects
Commit 55ff15cf authored by Rafał Miłecki's avatar Rafał Miłecki
Browse files

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: default avatarRafał Miłecki <rafal@milecki.pl>
parent a68f6942
No related branches found
No related tags found
No related merge requests found
...@@ -177,7 +177,8 @@ define Device/linksys-ea6300-v1 ...@@ -177,7 +177,8 @@ define Device/linksys-ea6300-v1
DEVICE_TITLE := Linksys EA6300 V1 DEVICE_TITLE := Linksys EA6300 V1
DEVICE_PACKAGES := kmod-b43 $(USB3_PACKAGES) DEVICE_PACKAGES := kmod-b43 $(USB3_PACKAGES)
endef endef
TARGET_DEVICES += linksys-ea6300-v1 # Disabled due to problems with 2 TRX partitions
# TARGET_DEVICES += linksys-ea6300-v1
define Device/netgear define Device/netgear
IMAGES := chk IMAGES := chk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment