1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

ramips: correct keenetic-series switch index

Fix switch name typo

Signed-off-by: Vitaly Chekryzhev <13hakta@gmail.com>
This commit is contained in:
Vitaly Chekryzhev 2017-01-02 02:46:33 +05:00 committed by John Crispin
parent 97b52593bc
commit f9d91a4ac7

@ -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)