1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 22:12:01 +03:00

lantiq: fix sx76x default uci network configuration

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33324 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
luka 2012-09-06 00:09:46 +00:00
parent d6378b5278
commit 507c46269b

View File

@ -53,13 +53,20 @@ dsl=$(lantiq_soc_has_adsl)
case "$board" in case "$board" in
# annex B with adm6996 # annex B with adm6996
ARV4520PW|GIGASX76X) ARV4520PW)
ucidef_set_interface_lan "eth0.1" ucidef_set_interface_lan "eth0.1"
ucidef_add_switch "eth0" "1" "1" ucidef_add_switch "eth0" "1" "1"
ucidef_add_switch_vlan "eth0" "1" "3 2 1 0 5t" ucidef_add_switch_vlan "eth0" "1" "3 2 1 0 5t"
set_adsl "b" "b2p" 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 # annex A with ar8316
ARV4519PW|ARV7518PW) ARV4519PW|ARV7518PW)
ucidef_set_interface_lan "eth0.1" ucidef_set_interface_lan "eth0.1"