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/lib/brcm63xx.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target/linux/brcm63xx/base-files/lib') 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