[source] ramips: correct keenetic-series switch index
LEDE Commits
lede-commits at lists.infradead.org
Fri Jan 20 01:00:57 PST 2017
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/f9d91a4ac77d7914395ce44b1cfb30064d4c4c9b
commit f9d91a4ac77d7914395ce44b1cfb30064d4c4c9b
Author: Vitaly Chekryzhev <13hakta at gmail.com>
AuthorDate: Mon Jan 2 02:46:33 2017 +0500
ramips: correct keenetic-series switch index
Fix switch name typo
Signed-off-by: Vitaly Chekryzhev <13hakta at gmail.com>
---
target/linux/ramips/base-files/etc/board.d/02_network | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 71c40a0..fe00fc4 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 at eth0"
;;
kng_rc)
More information about the lede-commits
mailing list