[source] ramips: correct keenetic-series switch index

LEDE Commits lede-commits at lists.infradead.org
Fri Apr 28 08:10:57 PDT 2017


jow pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/85bca2d0fb6886ebff40c63b73a95d522ae8aba3

commit 85bca2d0fb6886ebff40c63b73a95d522ae8aba3
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 8b75fe1..bcb9509 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