diff options
author | Chuanhong Guo <gch981213@gmail.com> | 2020-07-12 16:14:45 +0800 |
---|---|---|
committer | Chuanhong Guo <gch981213@gmail.com> | 2020-07-12 16:17:28 +0800 |
commit | 28893f5878a2afbfe91b5dd6027488d35bf43ed1 (patch) | |
tree | 47d8b6fababc3acbeb03566aa5897a9bfb31409d /target/linux/ath79/image | |
parent | 0997342f24a001af2638e6b740eb24c965ae073a (diff) | |
download | upstream-28893f5878a2afbfe91b5dd6027488d35bf43ed1.tar.gz upstream-28893f5878a2afbfe91b5dd6027488d35bf43ed1.tar.bz2 upstream-28893f5878a2afbfe91b5dd6027488d35bf43ed1.zip |
ath79: fix dsa binding for TP-Link TL-WR941ND v2
upstream changed dt-bindings for marvell 88e6060 to use mdio-device
and dropped support for legacy bindings.
fix it in our local dts.
Fixes: FS#2524
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
Diffstat (limited to 'target/linux/ath79/image')
-rw-r--r-- | target/linux/ath79/image/tiny-tp-link.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/image/tiny-tp-link.mk b/target/linux/ath79/image/tiny-tp-link.mk index 128ed9882e..0da712c5d4 100644 --- a/target/linux/ath79/image/tiny-tp-link.mk +++ b/target/linux/ath79/image/tiny-tp-link.mk @@ -443,7 +443,7 @@ define Device/tplink_tl-wr941-v2 TPLINK_HWREV := 2 SUPPORTED_DEVICES += tl-wr941nd endef -#TARGET_DEVICES += tplink_tl-wr941-v2 +TARGET_DEVICES += tplink_tl-wr941-v2 define Device/tplink_tl-wr941-v4 $(Device/tplink-4m) |