brcm2708: add board detection and LED support
[openwrt/staging/wigyori.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