From edbfb81b56805c77242855f7b4be6f7fbe77c2a4 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Sat, 22 Feb 2014 11:16:42 +0000 Subject: brcm63xx: F@ST2504n board support (image, base-files) Signed-off-by: Max Staudt Patchwork: http://patchwork.openwrt.org/patch/4730/ Signed-off-by: Jonas Gorski SVN-Revision: 39676 --- target/linux/brcm63xx/base-files/etc/uci-defaults/02_network | 1 + target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 5 +++++ 2 files 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 b4ab46d56b..6233531ffd 100755 --- a/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network +++ b/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network @@ -82,6 +82,7 @@ DVG3810BN) 963281TAN |\ 963281T_TEF |\ 96368MVNgr |\ +"F@ST2504n" |\ "F@ST2704V2") ucidef_set_interface_lan "eth0.1" ucidef_add_switch "eth0" "1" "1" diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh index 1d9b448b75..679fedd564 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -125,6 +125,11 @@ brcm63xx_detect() { brcm63xx_has_reset_button="true" ifname=eth0 ;; + "F@ST2504n") + status_led="fast2504n:green:ok" + brcm63xx_has_reset_button="true" + ifname=eth0 + ;; 'F@ST2704V2') status_led="F@ST2704V2:green:power" brcm63xx_has_reset_button="true" -- cgit v1.2.3