summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2013-05-20 13:54:07 +0100
committernorly <ny-git@enpas.org>2013-12-07 23:39:22 +0100
commit5785a6679994249d11ce043ec15b2161e2ac0c09 (patch)
treece8531347195d5ee42703a2b1d242eae94875670 /target/linux/brcm63xx/base-files/lib/brcm63xx.sh
parent1f424dd12c6a09ad0a206e64373950de826f40dd (diff)
brcm63xx: F@ST2504n board support (image, base-files)fast2504n-3.10.17
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib/brcm63xx.sh')
-rwxr-xr-xtarget/linux/brcm63xx/base-files/lib/brcm63xx.sh5
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