aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/base-files
diff options
context:
space:
mode:
authorPaul Wassi <p.wassi@gmx.at>2019-01-04 22:26:01 +0100
committerChristian Lamparter <chunkeey@gmail.com>2019-02-14 16:56:14 +0100
commitff541c5ca255f0c7e105dc7fe717f812470e39e7 (patch)
tree3877472b144106a7bdd479e015ba92df74443d09 /target/linux/ath79/base-files
parentda1107f8a5deec6f013535af6cd0d42b8088d600 (diff)
downloadupstream-ff541c5ca255f0c7e105dc7fe717f812470e39e7.tar.gz
upstream-ff541c5ca255f0c7e105dc7fe717f812470e39e7.tar.bz2
upstream-ff541c5ca255f0c7e105dc7fe717f812470e39e7.zip
ath79: rename TL-WR740ND-v4 to TL-WR740N-v4
Give the device the same name it had in ar71xx. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
Diffstat (limited to 'target/linux/ath79/base-files')
-rwxr-xr-xtarget/linux/ath79/base-files/etc/board.d/01_leds2
-rwxr-xr-xtarget/linux/ath79/base-files/etc/board.d/02_network2
2 files changed, 2 insertions, 2 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 2f65a8948b..6b4bec56ce 100755
--- a/target/linux/ath79/base-files/etc/board.d/01_leds
+++ b/target/linux/ath79/base-files/etc/board.d/01_leds
@@ -119,7 +119,7 @@ tplink,tl-wr941-v4)
ucidef_set_led_switch "lan3" "LAN3" "tp-link:green:lan3" "switch0" "0x08"
ucidef_set_led_switch "lan4" "LAN4" "tp-link:green:lan4" "switch0" "0x10"
;;
-tplink,tl-wr740nd-v4|\
+tplink,tl-wr740n-v4|\
tplink,tl-wr741nd-v4|\
tplink,tl-wr841-v8|\
tplink,tl-wr842n-v2)
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 486a28defb..5b57986d5f 100755
--- a/target/linux/ath79/base-files/etc/board.d/02_network
+++ b/target/linux/ath79/base-files/etc/board.d/02_network
@@ -193,7 +193,7 @@ ath79_setup_interfaces()
ucidef_add_switch "switch0" \
"0@eth1" "1:lan" "2:lan" "3:lan" "4:lan"
;;
- tplink,tl-wr740nd-v4|\
+ tplink,tl-wr740n-v4|\
tplink,tl-wr741nd-v4|\
tplink,tl-wr841-v8|\
tplink,tl-wr842n-v1|\