mirror of https://github.com/hak5/openwrt.git
lantiq: Fix ar8216 switch configuration
On linux 3.8 the switch is named as "switch0", but the network configuration script names it as "eth0", causing no communication over ethernet due to no proper VLAN config. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 36782lede-17.01
parent
090a75447b
commit
c2b1e9eeef
|
@ -60,8 +60,8 @@ ACMP252|GIGASX76X)
|
||||||
# ar8316
|
# ar8316
|
||||||
ARV4519PW|ARV7518PW)
|
ARV4519PW|ARV7518PW)
|
||||||
ucidef_set_interface_lan "eth0.1"
|
ucidef_set_interface_lan "eth0.1"
|
||||||
ucidef_add_switch "eth0" "1" "1"
|
ucidef_add_switch "switch0" "1" "1"
|
||||||
ucidef_add_switch_vlan "eth0" "1" "0t 2 3 4 5"
|
ucidef_add_switch_vlan "switch0" "1" "0t 2 3 4 5"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
WBMR)
|
WBMR)
|
||||||
|
|
Loading…
Reference in New Issue