1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-28 19:12:00 +03:00

[lantiq] default switch setup for WBMR

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34838 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2012-12-21 20:04:12 +00:00
parent d8df31cd7d
commit cef3fba37d

View File

@ -59,6 +59,12 @@ ARV4519PW|ARV7518PW)
ucidef_add_switch "eth0" "1" "1"
ucidef_add_switch_vlan "eth0" "1" "0t 2 3 4 5"
;;
WBMR)
ucidef_add_switch "eth0" "1" "0"
ucidef_add_switch_vlan "eth0" "1" "0 1 2 3 4 5"
;;
esac
[ -z "$(ls /lib/modules/`uname -r`/ltq_atm*)" ] || set_atm_wan "$vpi" "$vci" "$encaps" "$payload"