mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-20 11:39:02 +00:00
mvebu: cortexa9: disable devices using broken mv88e6176 switch
Several users have reported, that devices using mv88e6176 switch are seriously broken, basically turning that switch into a hub. Until fixed those devices should be disabled. I've used TOH with "Switch 88E6176" filter, which provided me with the following list of likely affected devices: * Linksys WRT1200AC v1/v2, WRT1900AC v1/v2 * SolidRun ClearFog Pro * Turris Omnia That device list more or less corresponds with the list of devices mentioned in the linked bug reports. References: https://github.com/openwrt/openwrt/issues/11077 Signed-off-by: Petr Štetiar <ynezz@true.cz>
This commit is contained in:
parent
309a6f22ba
commit
a0bae2fef8
@ -66,6 +66,7 @@ define Device/cznic_turris-omnia
|
|||||||
DEVICE_IMG_NAME = $$(2)
|
DEVICE_IMG_NAME = $$(2)
|
||||||
SUPPORTED_DEVICES += armada-385-turris-omnia
|
SUPPORTED_DEVICES += armada-385-turris-omnia
|
||||||
BOOT_SCRIPT := turris-omnia
|
BOOT_SCRIPT := turris-omnia
|
||||||
|
DEFAULT := n
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += cznic_turris-omnia
|
TARGET_DEVICES += cznic_turris-omnia
|
||||||
|
|
||||||
@ -114,6 +115,7 @@ define Device/linksys
|
|||||||
IMAGE/factory.img := append-kernel | pad-to $$$$(KERNEL_SIZE) | \
|
IMAGE/factory.img := append-kernel | pad-to $$$$(KERNEL_SIZE) | \
|
||||||
append-ubi | pad-to $$$$(PAGESIZE)
|
append-ubi | pad-to $$$$(PAGESIZE)
|
||||||
KERNEL_SIZE := 6144k
|
KERNEL_SIZE := 6144k
|
||||||
|
DEFAULT := n
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/linksys_wrt1200ac
|
define Device/linksys_wrt1200ac
|
||||||
@ -194,6 +196,7 @@ define Device/linksys_wrt32x
|
|||||||
KERNEL_SIZE := 6144k
|
KERNEL_SIZE := 6144k
|
||||||
KERNEL := kernel-bin | append-dtb
|
KERNEL := kernel-bin | append-dtb
|
||||||
SUPPORTED_DEVICES += armada-385-linksys-venom linksys,venom
|
SUPPORTED_DEVICES += armada-385-linksys-venom linksys,venom
|
||||||
|
DEFAULT := y
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += linksys_wrt32x
|
TARGET_DEVICES += linksys_wrt32x
|
||||||
|
|
||||||
@ -299,5 +302,6 @@ define Device/solidrun_clearfog-pro-a1
|
|||||||
UBOOT := clearfog-u-boot-spl.kwb
|
UBOOT := clearfog-u-boot-spl.kwb
|
||||||
BOOT_SCRIPT := clearfog
|
BOOT_SCRIPT := clearfog
|
||||||
SUPPORTED_DEVICES += armada-388-clearfog armada-388-clearfog-pro
|
SUPPORTED_DEVICES += armada-388-clearfog armada-388-clearfog-pro
|
||||||
|
DEFAULT := n
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += solidrun_clearfog-pro-a1
|
TARGET_DEVICES += solidrun_clearfog-pro-a1
|
||||||
|
Loading…
Reference in New Issue
Block a user