kernel: update linux 3.7 to 3.7.3
[openwrt.git] / target / linux / atheros / base-files / etc / uci-defaults / 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