mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 01:17:30 +02:00
0f80302310
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32885 3c298f89-4303-0410-b956-a3cf2f4a3e73
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
|