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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44447 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-02-14 20:48:08 +00:00

12 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