summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-12-21 20:04:12 +0000
committerJohn Crispin <john@openwrt.org>2012-12-21 20:04:12 +0000
commit90a3761b0b53209b8f55c2d4a84348f424655307 (patch)
tree474239c2b125da3e511ebd9e96863cd6b0413671 /target
parentae0b9ff1cef0fd4b724817ea84bd6cea1fdbc34b (diff)
downloadmaster-31e0f0ae-90a3761b0b53209b8f55c2d4a84348f424655307.tar.gz
master-31e0f0ae-90a3761b0b53209b8f55c2d4a84348f424655307.tar.bz2
master-31e0f0ae-90a3761b0b53209b8f55c2d4a84348f424655307.zip
default switch setup for WBMR
SVN-Revision: 34838
Diffstat (limited to 'target')
-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"