aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorVitaly Chekryzhev <13hakta@gmail.com>2017-01-02 02:46:33 +0500
committerJohn Crispin <john@phrozen.org>2017-01-20 00:39:30 +0100
commitf9d91a4ac77d7914395ce44b1cfb30064d4c4c9b (patch)
tree89181c134d3cd031d5ed5f0d39797b51f87edf46 /target
parent97b52593bcf928520aa5a294e3eb16042766d2e0 (diff)
downloadupstream-f9d91a4ac77d7914395ce44b1cfb30064d4c4c9b.tar.gz
upstream-f9d91a4ac77d7914395ce44b1cfb30064d4c4c9b.tar.bz2
upstream-f9d91a4ac77d7914395ce44b1cfb30064d4c4c9b.zip
ramips: correct keenetic-series switch index
Fix switch name typo Signed-off-by: Vitaly Chekryzhev <13hakta@gmail.com>
Diffstat (limited to 'target')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/02_network2
1 files changed, 1 insertions, 1 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 71c40a0ee4..fe00fc4b67 100755
--- a/target/linux/ramips/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
@@ -213,7 +213,7 @@ ramips_setup_interfaces()
;;
kn_rc|\
kn_rf)
- ucidef_add_switch "switch" \
+ ucidef_add_switch "switch0" \
"0:wan" "1:lan" "2:lan" "3:lan" "4:lan" "6@eth0"
;;
kng_rc)