1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 08:31:19 +02:00

add option to shutoff softled

SVN-Revision: 12709
This commit is contained in:
Travis Kemen 2008-09-25 19:19:32 +00:00
parent 3c8963aa9b
commit b42c11bb48

@ -182,6 +182,9 @@ enable_atheros() {
config_get distance "$device" distance
[ -n "$distance" ] && athctrl -i "$device" -d "$distance" >&-
config_get_bool softled "$device" softled 1
[ -n "$softled" ] && sysctl -w dev."$device".softled="$softled" >&-
config_get txpwr "$vif" txpower
[ -n "$txpwr" ] && iwconfig "$ifname" txpower "${txpwr%%.*}"