aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/base-files
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2012-12-21 20:04:12 +0000
committerJohn Crispin <blogic@openwrt.org>2012-12-21 20:04:12 +0000
commit5a6b12149ad9d1f8dbf8e5c57661aa3b46a1d027 (patch)
tree6c6f5f4c7b79a1b82dd4c804187b38db7fad2bc3 /target/linux/lantiq/base-files
parentc2951f7a26b716869503c7d5b6f7366c62729803 (diff)
downloadmaster-187ad058-5a6b12149ad9d1f8dbf8e5c57661aa3b46a1d027.tar.gz
master-187ad058-5a6b12149ad9d1f8dbf8e5c57661aa3b46a1d027.tar.bz2
master-187ad058-5a6b12149ad9d1f8dbf8e5c57661aa3b46a1d027.zip
[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/linux/lantiq/base-files')
-rwxr-xr-xtarget/linux/lantiq/base-files/etc/uci-defaults/network6
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"