1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 09:18:39 +03:00
openwrt-xburst/target/linux/atheros/base-files/etc/uci-defaults/leds
blogic 0f80302310 [atheros] Add leds back after migration to sysfs
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
2012-07-26 17:06:55 +00:00

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