openwrtv4/target/linux/brcm63xx/base-files/etc/uci-defaults/01_leds

20 lines
413 B
Text
Raw Normal View History

#!/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