diff options
author | John Crispin <blogic@openwrt.org> | 2014-11-03 20:20:40 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-11-03 20:20:40 +0000 |
commit | f80064d9b42cb936afec479ced088e47dde9329c (patch) | |
tree | 69a5a7f944f0068cd86838c77883daead3e5b584 /target/linux/ramips/base-files | |
parent | 6e068f5d04f1248b869c7d817bed7339d60cd5ce (diff) | |
download | master-187ad058-f80064d9b42cb936afec479ced088e47dde9329c.tar.gz master-187ad058-f80064d9b42cb936afec479ced088e47dde9329c.tar.bz2 master-187ad058-f80064d9b42cb936afec479ced088e47dde9329c.zip |
ralink: fix wan port on whr-1166
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43171 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files')
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/02_network | 7 |
1 files changed, 6 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 cedcb8bdcd..52e27c5321 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -119,13 +119,18 @@ ramips_setup_interfaces() mzk-750dhp | \ whr-300hp2 | \ whr-600d | \ - whr-1166d | \ wt1520) ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2" ucidef_add_switch "switch0" "1" "1" ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 6t" ucidef_add_switch_vlan "switch0" "2" "4 6t" ;; + whr-1166d) + ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2" + ucidef_add_switch "switch0" "1" "1" + ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 6t" + ucidef_add_switch_vlan "switch0" "2" "5 6t" + ;; awm002-evb | \ awm003-evb | \ |