mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 01:11:14 +00:00
dc72499b53
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44447
12 lines
154 B
Bash
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
|