1850e0f0a7
Rename 'atheros' target to more precise 'ath25'. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44736
11 lines
155 B
Bash
11 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
|