This adds userspace support for Sagemcom F@st 2704 router.

Signed-off-by: Marcin Jurkowski <marci...@gmail.com>
---
 .../brcm63xx/base-files/etc/uci-defaults/01_leds      | 19 +++++++++++++++++++
 .../brcm63xx/base-files/etc/uci-defaults/02_network   |  3 ++-
 target/linux/brcm63xx/base-files/lib/brcm63xx.sh      |  5 +++++
 3 files changed, 26 insertions(+), 1 deletion(-)
 create mode 100644 target/linux/brcm63xx/base-files/etc/uci-defaults/01_leds

diff --git a/target/linux/brcm63xx/base-files/etc/uci-defaults/01_leds 
b/target/linux/brcm63xx/base-files/etc/uci-defaults/01_leds
new file mode 100644
index 0000000..6007e38
--- /dev/null
+++ b/target/linux/brcm63xx/base-files/etc/uci-defaults/01_leds
@@ -0,0 +1,19 @@
+#!/bin/sh
+#
+# Copyright (C) 2013 OpenWrt.org
+#
+
+                                                                               
                                                                                
              
+. /lib/functions/uci-defaults.sh
+. /lib/brcm63xx.sh
+
+
+case "$board_name" in
+'F@ST2704V2')
+       ucidef_set_led_usbdev "usb" "USB" "F@ST2704V2:green:usb" "1-1"
+       ;;
+esac
+
+ucidef_commit_leds
+
+exit 0
diff --git a/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network 
b/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network
index d7f6c3a..087bce9 100755
--- a/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network
+++ b/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network
@@ -80,7 +80,8 @@ DVG3810BN)
 96328A-1441N1 |\
 963281TAN |\
 963281T_TEF |\
-96368MVNgr)
+96368MVNgr |\
+"F@ST2704V2")
        ucidef_set_interface_lan "eth0.1"
        ucidef_add_switch "eth0" "1" "1"
        ucidef_add_switch_vlan "eth0" "1" "0 1 2 3 8t"
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
-- 
1.8.1.5
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to