summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/base-files/etc/uci-defaults/01_leds
blob: 6007e382183603102914f9bf93d72f2824f786a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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