aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/etc
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2014-02-22 11:16:48 +0000
committerJonas Gorski <jogo@openwrt.org>2014-02-22 11:16:48 +0000
commit9c7295404aaefb35f6fcc6ef6be8334d27b74193 (patch)
tree21920c055f7361ea07eb672a242b059e0878b258 /target/linux/brcm63xx/base-files/etc
parentdb056cb4ad974f8d363f2fa530961ac82635a37b (diff)
downloadmaster-187ad058-9c7295404aaefb35f6fcc6ef6be8334d27b74193.tar.gz
master-187ad058-9c7295404aaefb35f6fcc6ef6be8334d27b74193.tar.bz2
master-187ad058-9c7295404aaefb35f6fcc6ef6be8334d27b74193.zip
brcm63xx: add initial support for BCM963268BU_P300 reference board
Only netboot tested, so no images or now. GbE ports are only working in FE mode, and leds do not work. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39679 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc')
-rwxr-xr-xtarget/linux/brcm63xx/base-files/etc/uci-defaults/02_network6
1 files changed, 6 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 93e2cb70f0..c3babd8f91 100755
--- a/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network
+++ b/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network
@@ -109,6 +109,12 @@ VW6339GU)
ucidef_add_switch_vlan "switch0" "2" "4 8t"
;;
+963268BU_P300)
+ ucidef_set_interface_lan "eth0.1"
+ ucidef_add_switch "switch0" "1" "1"
+ ucidef_add_switch_vlan "switch0" "1" "0 3 4 5 6 7 8t"
+ ;;
+
*)
ucidef_set_interfaces_lan_wan "eth1" "eth0"
;;