aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/base-files/etc/uci-defaults/leds
blob: 076a04bfdf0abd2cd42b0eef4e484a887758761f (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# Copyright 2012 OpenWrt.org
#

. /lib/functions/uci-defaults.sh

ucidef_set_led_netdev "wlan" "wlan" "wlan" "wlan0"

ucidef_commit_leds

exit 0