From fe37b14fca0a98c8f5c4a01f9d46ff64bcf6371c Mon Sep 17 00:00:00 2001
From: Jonas Gorski <jogo@openwrt.org>
Date: Sat, 22 Feb 2014 11:16:33 +0000
Subject: 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
---
 target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'target/linux/brcm63xx/base-files/lib')

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
-- 
cgit v1.2.3