mirror of https://github.com/hak5/openwrt.git
14 lines
185 B
Plaintext
14 lines
185 B
Plaintext
|
#!/bin/sh
|
||
|
# Copyright 2012-2015 OpenWrt.org
|
||
|
#
|
||
|
|
||
|
. /lib/functions/uci-defaults-new.sh
|
||
|
|
||
|
board_config_update
|
||
|
|
||
|
ucidef_set_led_netdev "wlan" "wlan" "wlan" "wlan0"
|
||
|
|
||
|
board_config_flush
|
||
|
|
||
|
exit 0
|