0ba7b18cfd
atheros trunk moved to full sysfs gpiolib, but the leds were forgotten. This restores the wlan led that was missing after switching from backfire to trunk. Signed-off-by: Karl Palsson <karlp@remake.is> SVN-Revision: 32885
12 lines
155 B
Bash
12 lines
155 B
Bash
#!/bin/sh
|
|
# Copyright 2012 OpenWrt.org
|
|
#
|
|
|
|
. /lib/functions/uci-defaults.sh
|
|
|
|
ucidef_set_led_netdev "wlan" "wlan" "wlan" "wlan0"
|
|
|
|
ucidef_commit_leds
|
|
|
|
exit 0
|