diff options
author | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-02-22 11:16:46 +0000 |
---|---|---|
committer | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-02-22 11:16:46 +0000 |
commit | 7850bcd9786a03639c4ea2dcb6f99f03678b6cce (patch) | |
tree | f1da5b2ca518f15e4a809593efe2d81f66a57bac /target/linux/brcm63xx/base-files | |
parent | 6f3f9388ffac260f81d483f276a0d1b68062661e (diff) |
brcm63xx: add VW6339GU support
Completely untested except for booting from network; wan port
only works in 10/HD, lan1 only in 100/FD.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39678 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/base-files')
-rwxr-xr-x | target/linux/brcm63xx/base-files/etc/uci-defaults/02_network | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network b/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network index 6233531ffd..93e2cb70f0 100755 --- a/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network +++ b/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network @@ -102,6 +102,13 @@ NB6) ucidef_add_switch_vlan "switch0" "2" "0 9t" ;; +VW6339GU) + ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2" + ucidef_add_switch "switch0" "1" "1" + ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 8t" + ucidef_add_switch_vlan "switch0" "2" "4 8t" + ;; + *) ucidef_set_interfaces_lan_wan "eth1" "eth0" ;; |