X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fbrcm63xx%2Fbase-files%2Flib%2Fbrcm63xx.sh;h=679fedd5646cff4f9e6865cd9167296b95b0af97;hp=1d9b448b75ae8269d19a5d5a51636133abb9ba61;hb=edbfb81b56805c77242855f7b4be6f7fbe77c2a4;hpb=84dc1f1209235731eeb20e10bddbdcde627f6f67 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"