all targets: use numerically prefixed uci-defaults file names to better control order...
[openwrt.git] / target / linux / atheros / base-files / etc / uci-defaults / 01_leds
1 #!/bin/sh
2 # Copyright 2012 OpenWrt.org
3 #
4
5 . /lib/functions/uci-defaults.sh
6
7 ucidef_set_led_netdev "wlan" "wlan" "wlan" "wlan0"
8
9 ucidef_commit_leds
10
11 exit 0