summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/base-files/lib
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2014-02-22 11:16:33 +0000
committerJonas Gorski <jogo@openwrt.org>2014-02-22 11:16:33 +0000
commitfe37b14fca0a98c8f5c4a01f9d46ff64bcf6371c (patch)
tree27571317a6804fc2ad828905dcf145d6d23210ca /target/linux/brcm63xx/base-files/lib
parentf92b2a956bbd35964dcd77ca34c4f3b55ada32bc (diff)
downloadmtk-20170518-fe37b14fca0a98c8f5c4a01f9d46ff64bcf6371c.zip
mtk-20170518-fe37b14fca0a98c8f5c4a01f9d46ff64bcf6371c.tar.gz
mtk-20170518-fe37b14fca0a98c8f5c4a01f9d46ff64bcf6371c.tar.bz2
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-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 7c449ae..afe9624 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