Browse Source

ramips: correct keenetic-series switch index

Fix switch name typo

Signed-off-by: Vitaly Chekryzhev <[email protected]>
Vitaly Chekryzhev 9 years ago
parent
commit
f9d91a4ac7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ramips/base-files/etc/board.d/02_network

+ 1 - 1
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)