lantiq: Fix ar8216 switch configuration for WBMR-HP-G300H devices
The switch is renamed to "switch0" in newer (3.10) linux kernels. Configure the switch using vlans by default and only configure the physical switch ports that are present. Signed-off-by: Richard Mortimer <richm@oldelvet.org.uk> Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38673
This commit is contained in:
parent
b5a90c8488
commit
f198adc030
1 changed files with 3 additions and 2 deletions
|
@ -65,8 +65,9 @@ ARV4519PW|ARV7518PW|ARV752DPW22)
|
||||||
;;
|
;;
|
||||||
|
|
||||||
WBMR)
|
WBMR)
|
||||||
ucidef_add_switch "eth0" "1" "0"
|
ucidef_set_interface_lan "eth0.1"
|
||||||
ucidef_add_switch_vlan "eth0" "1" "0 1 2 3 4 5"
|
ucidef_add_switch "switch0" "1" "1"
|
||||||
|
ucidef_add_switch_vlan "switch0" "1" "0t 2 3 4 5"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
VG3503J)
|
VG3503J)
|
||||||
|
|
Loading…
Reference in a new issue