diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-02-22 11:16:33 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-02-22 11:16:33 +0000 |
commit | fe37b14fca0a98c8f5c4a01f9d46ff64bcf6371c (patch) | |
tree | 27571317a6804fc2ad828905dcf145d6d23210ca /target/linux/brcm63xx/base-files/lib | |
parent | f92b2a956bbd35964dcd77ca34c4f3b55ada32bc (diff) | |
download | upstream-fe37b14fca0a98c8f5c4a01f9d46ff64bcf6371c.tar.gz upstream-fe37b14fca0a98c8f5c4a01f9d46ff64bcf6371c.tar.bz2 upstream-fe37b14fca0a98c8f5c4a01f9d46ff64bcf6371c.zip |
brcm63xx: Add userspace support for Sagemcom F@ST2704V2 ADSL router
This adds userspace support for Sagemcom F@st 2704 router.
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/4215/
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 39672
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..afe9624933 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@ST2704V2') + status_led="F@ST2704V2:green:power" + brcm63xx_has_reset_button="true" + ifname=eth0 + ;; *) ;; esac |