From ece12908a88355f180a89386fe3dec253ec29d80 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Sat, 22 Feb 2014 11:16:48 +0000 Subject: 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 SVN-Revision: 39679 --- target/linux/brcm63xx/base-files/etc/uci-defaults/02_network | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target/linux/brcm63xx/base-files') 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 93e2cb7..c3babd8 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" ;; -- cgit v1.1