mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
add option to shutoff softled
SVN-Revision: 12709
This commit is contained in:
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%%.*}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user