brcm2708: improve profiles and image generation
[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