ad52c689e9fd704b768468554ff448fd60c489a6
[openwrt.git] / target / linux / brcm2708 / base-files / etc / uci-defaults / 01_leds
1 #!/bin/sh
2 #
3 # Copyright (C) 2015 OpenWrt.org
4 #
5
6 . /lib/functions/uci-defaults.sh
7
8 ucidef_set_led_mmc "mmc" "MMC" "led0" "mmc0"
9 ucidef_commit_leds
10
11 exit 0