ath79: disable TP-Link TL-WR941ND v2
The support for this device's Marvell MV88E6060 switch has been reported to be broken with kernels 4.19/5.4 (see bug report). Since this a 4/32 device and it has been confirmed to be working with stable 19.07 release (kernel 4.14), and since fixing it does not seem trivial, let's just disable it in master. Fixes: FS#2524 Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
a6160de3f7
commit
bc85cc2b42
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ define Device/tplink_tl-wr941-v2
|
||||||
TPLINK_HWREV := 2
|
TPLINK_HWREV := 2
|
||||||
SUPPORTED_DEVICES += tl-wr941nd
|
SUPPORTED_DEVICES += tl-wr941nd
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += tplink_tl-wr941-v2
|
#TARGET_DEVICES += tplink_tl-wr941-v2
|
||||||
|
|
||||||
define Device/tplink_tl-wr941-v4
|
define Device/tplink_tl-wr941-v4
|
||||||
$(Device/tplink-4m)
|
$(Device/tplink-4m)
|
||||||
|
|
Loading…
Reference in a new issue