You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
413 B
Bash

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