diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-21 20:04:12 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-21 20:04:12 +0000 |
commit | cef3fba37dd60e314221bad82e99f1ffd4e0f0af (patch) | |
tree | 6c6f5f4c7b79a1b82dd4c804187b38db7fad2bc3 /target | |
parent | d8df31cd7d17aefe46b95d9bf367dda045421df4 (diff) |
[lantiq] default switch setup for WBMR
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34838 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rwxr-xr-x | target/linux/lantiq/base-files/etc/uci-defaults/network | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/lantiq/base-files/etc/uci-defaults/network b/target/linux/lantiq/base-files/etc/uci-defaults/network index e1459b9fc3..db5b58e977 100755 --- a/target/linux/lantiq/base-files/etc/uci-defaults/network +++ b/target/linux/lantiq/base-files/etc/uci-defaults/network @@ -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" |