lantiq: fix sx76x default uci network configuration
SVN-Revision: 33324
This commit is contained in:
parent
3730e6c794
commit
4c76b3635b
1 changed files with 8 additions and 1 deletions
|
@ -53,13 +53,20 @@ dsl=$(lantiq_soc_has_adsl)
|
|||
|
||||
case "$board" in
|
||||
# annex B with adm6996
|
||||
ARV4520PW|GIGASX76X)
|
||||
ARV4520PW)
|
||||
ucidef_set_interface_lan "eth0.1"
|
||||
ucidef_add_switch "eth0" "1" "1"
|
||||
ucidef_add_switch_vlan "eth0" "1" "3 2 1 0 5t"
|
||||
set_adsl "b" "b2p"
|
||||
;;
|
||||
|
||||
GIGASX76X)
|
||||
ucidef_set_interface_lan "eth0.1"
|
||||
ucidef_add_switch "eth0" "1" "1"
|
||||
ucidef_add_switch_vlan "eth0" "1" "4 3 2 1 5t"
|
||||
set_adsl "b" "b2p"
|
||||
;;
|
||||
|
||||
# annex A with ar8316
|
||||
ARV4519PW|ARV7518PW)
|
||||
ucidef_set_interface_lan "eth0.1"
|
||||
|
|
Loading…
Reference in a new issue