brcm63xx: Add userspace support for Sagemcom F@ST2704V2 ADSL router
[openwrt/openwrt.git] / target / linux / brcm63xx / base-files / etc / uci-defaults / 01_leds
1 #!/bin/sh
2 #
3 # Copyright (C) 2013 OpenWrt.org
4 #
5
6
7 . /lib/functions/uci-defaults.sh
8 . /lib/brcm63xx.sh
9
10
11 case "$board_name" in
12 'F@ST2704V2')
13 ucidef_set_led_usbdev "usb" "USB" "F@ST2704V2:green:usb" "1-1"
14 ;;
15 esac
16
17 ucidef_commit_leds
18
19 exit 0