mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 22:06:31 +02:00
add option to shutoff softled
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12709 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
646e591ff8
commit
722aace7b9
@ -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