summaryrefslogtreecommitdiff
path: root/target/linux/ramips/base-files/etc
diff options
context:
space:
mode:
authorAlexey Belyaev <spider@spider.vc>2017-04-23 02:46:23 +0600
committerMathias Kresin <dev@kresin.me>2017-04-25 19:29:59 +0200
commit3549bad8147f7795dc6334cd8f73ea389b1a62e0 (patch)
treebe84809bdb13078b9eb9a45ca7a1c196e58948cc /target/linux/ramips/base-files/etc
parent42120bd7f323ff7170b32a5fd4674babd8b184bc (diff)
downloadmtk-20170518-3549bad8147f7795dc6334cd8f73ea389b1a62e0.zip
mtk-20170518-3549bad8147f7795dc6334cd8f73ea389b1a62e0.tar.gz
mtk-20170518-3549bad8147f7795dc6334cd8f73ea389b1a62e0.tar.bz2
ramips: fix ZyXEL Keenetic Omni switch config
The wan port is connected to switch port 0. Fix the mediatek,portmap as well as the default switch config. Signed-off-by: Alexey Belyaev <spider@spider.vc>
Diffstat (limited to 'target/linux/ramips/base-files/etc')
-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 99c3ad6..ecfa8a6 100755
--- a/target/linux/ramips/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
@@ -85,6 +85,7 @@ ramips_setup_interfaces()
hc5661a|\
hc5962|\
hlk-rm04|\
+ kn_rc|\
mac1200rv2|\
miwifi-mini|\
miwifi-nano|\
@@ -227,7 +228,6 @@ ramips_setup_interfaces()
ucidef_add_switch "switch0" \
"1:lan" "2:lan" "3:lan" "4:lan" "5:lan" "0:wan" "6@eth0"
;;
- kn_rc|\
kn_rf)
ucidef_add_switch "switch0" \
"0:wan" "1:lan" "2:lan" "3:lan" "4:lan" "6@eth0"