mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35217 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
|