Rename 'atheros' target to 'ath25'
[openwrt/openwrt.git] / target / linux / ath25 / 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