openwrtv3/target/linux/brcm2708/base-files/etc/uci-defaults/01_leds
John Crispin dc72499b53 brcm2708: add board detection and LED support
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

SVN-Revision: 44447
2015-02-14 20:48:08 +00:00

11 lines
154 B
Bash

#!/bin/sh
#
# Copyright (C) 2015 OpenWrt.org
#
. /lib/functions/uci-defaults.sh
ucidef_set_led_mmc "mmc" "MMC" "led0" "mmc0"
ucidef_commit_leds
exit 0