diff options
author | norly <ny-git@enpas.org> | 2013-05-20 13:54:07 +0100 |
---|---|---|
committer | Max Staudt <openwrt.max@enpas.org> | 2014-01-15 20:00:27 +0100 |
commit | 7d469dc8f90d3682c186fdc205d96c6d94682dec (patch) | |
tree | 85aee699b3ed89f9a2aab26c67a57c0f5d69705b /target/linux/brcm63xx/base-files/lib | |
parent | 8a60919212f6619b38658c963fad4cc8d13f41ad (diff) |
brcm63xx: F@ST2504n board support (image, base-files)fast2504n-3.10.26
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib')
-rwxr-xr-x | target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh index 7c449ae6ad..1ed939d11d 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -121,6 +121,11 @@ brcm63xx_detect() { brcm63xx_has_reset_button="true" ifname=eth0 ;; + "F@ST2504n") + status_led="fast2504n:green:ok" + brcm63xx_has_reset_button="true" + ifname=eth0 + ;; *) ;; esac |