aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/board.d/02_network
diff options
context:
space:
mode:
authorMaxim Anisimov <maxim.anisimov.ua@gmail.com>2018-01-13 10:16:20 +0300
committerMathias Kresin <dev@kresin.me>2018-01-15 21:45:43 +0100
commitff1e89553078cb1f8851276537d1267930d740df (patch)
treedca7ec385b0b74bcb5a493ac6402f23f07c37793 /target/linux/ramips/base-files/etc/board.d/02_network
parent6c56e968c1b3601bfebff7c60683652d85d92c62 (diff)
downloadupstream-ff1e89553078cb1f8851276537d1267930d740df.tar.gz
upstream-ff1e89553078cb1f8851276537d1267930d740df.tar.bz2
upstream-ff1e89553078cb1f8851276537d1267930d740df.zip
ramips: rename TP-Link Archer C20 to TP-Link Archer C20 v1
This changes device name from "TP-Link Archer C20" to "TP-Link Archer C20 v1" because of TPLINK released new TP-Link Archer C20 v4. Additionally migration to the generic board detection has been made. Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
Diffstat (limited to 'target/linux/ramips/base-files/etc/board.d/02_network')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/02_network4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network
index 105f5e9e32..a90fe96f91 100755
--- a/target/linux/ramips/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
@@ -190,8 +190,8 @@ ramips_setup_interfaces()
ucidef_add_switch "switch0" \
"1:lan" "2:lan" "3:lan" "4:lan" "0:wan" "6@eth0"
;;
- c20|\
- c50)
+ c50|\
+ tplink,c20-v1)
ucidef_add_switch "switch0" \
"1:lan:3" "2:lan:4" "3:lan:1" "4:lan:2" "0:wan" "6@eth0"
;;