summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/base-files/lib
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2013-05-20 13:54:07 +0100
committernorly <ny-git@enpas.org>2013-06-14 03:02:29 +0100
commitfbc9d3f234c40ef21436af3d7443fff02feba8dc (patch)
tree32cfd6a667852d981b2d41bb85520a61750ce5ab /target/linux/brcm63xx/base-files/lib
parent83cda4006609be568660f7544b3e8d16c5abae72 (diff)
brcm63xx: F@ST2504n board support (image, base-files)fast2504n-3.8
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib')
-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 ded946de62..e0b00eb615 100755
--- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
+++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
@@ -117,6 +117,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