2
0
forked from Ivasoft/openwrt

ralink: fix wan port on whr-1166

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 43171
This commit is contained in:
John Crispin
2014-11-03 20:20:40 +00:00
parent 6d1d02eefb
commit cc142739f2
2 changed files with 22 additions and 4 deletions

View File

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