From 3804134369aad07ee92d11dc3531bd52cbba19cc Mon Sep 17 00:00:00 2001 From: Chuanhong Guo Date: Thu, 2 Aug 2018 15:14:10 +0800 Subject: [PATCH] ath79: fix support for TL-MR3020 v1 Change lan and it's LED to eth0 It's broken since c7c807cb8c3fd6538101de885f66d4681785defe where I changed the dts but forgot to change default configurations. Signed-off-by: Chuanhong Guo --- target/linux/ath79/base-files/etc/board.d/01_leds | 2 +- target/linux/ath79/base-files/etc/board.d/02_network | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/target/linux/ath79/base-files/etc/board.d/01_leds b/target/linux/ath79/base-files/etc/board.d/01_leds index 5cb8e13963..4443a5545a 100755 --- a/target/linux/ath79/base-files/etc/board.d/01_leds +++ b/target/linux/ath79/base-files/etc/board.d/01_leds @@ -46,7 +46,7 @@ case "$board" in ucidef_set_led_netdev "lan_link" "LAN Link" "tp-link:green:lan_link" "eth0" "link" ;; "tplink,tl-mr3020-v1") - ucidef_set_led_switch "lan" "LAN" "tp-link:green:lan" "switch0" "0x02" + ucidef_set_led_netdev "lan" "LAN" "tp-link:green:lan" "eth0" ;; "tplink,tl-wr1043nd-v4") ucidef_set_led_switch "wan" "WAN" "tp-link:green:wan" "switch0" "0x20" diff --git a/target/linux/ath79/base-files/etc/board.d/02_network b/target/linux/ath79/base-files/etc/board.d/02_network index b7c2213d56..2cffbee39e 100755 --- a/target/linux/ath79/base-files/etc/board.d/02_network +++ b/target/linux/ath79/base-files/etc/board.d/02_network @@ -17,6 +17,7 @@ ath79_setup_interfaces() "pcs,cap324"|\ "tplink,re450-v2"|\ "tplink,tl-mr10u"|\ + "tplink,tl-mr3020-v1"|\ "tplink,tl-wr703n"|\ "ubnt,unifiac-lite"|\ "ubnt,unifiac-mesh"|\ @@ -59,11 +60,6 @@ ath79_setup_interfaces() ucidef_add_switch "switch0" \ "0@eth1" "2:lan" "3:lan" "4:lan" "5:lan" "6@eth0" "1:wan" ;; - - "tplink,tl-mr3020-v1") - ucidef_set_interface_lan "eth0.1" - ucidef_add_switch "switch0" "0@eth0" "1:lan" - ;; "tplink,tl-mr3220-v1"|\ "tplink,tl-mr3420-v1"|\ "tplink,tl-wr841-v7") -- 2.30.2