[lantiq] default switch setup for WBMR
authorJohn Crispin <john@openwrt.org>
Fri, 21 Dec 2012 20:04:12 +0000 (20:04 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 21 Dec 2012 20:04:12 +0000 (20:04 +0000)
SVN-Revision: 34838

target/linux/lantiq/base-files/etc/uci-defaults/network

index e1459b9fc3ad590113ece07ee245db511ce26cd6..db5b58e97752a42b3ed3b275fcb3ea6847544c83 100755 (executable)
@@ -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"