summaryrefslogtreecommitdiff
path: root/target/linux/brcm2708/base-files/etc/uci-defaults/01_leds
blob: ad52c689e9fd704b768468554ff448fd60c489a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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