mbox series

[0/1] base-files: rfkill: fix wifi button "off" function

Message ID 20200724123520.2877-1-todorcolov@abv.bg
Headers show
Series base-files: rfkill: fix wifi button "off" function | expand

Message

Todor Colov July 24, 2020, 12:35 p.m. UTC
On some of the devices pressing Wifi button does not disable the Wifi.
Current rfkill code execute "wifi up" command instead of only "wifi".
This patch fix it.

Todor Colov (1):
  Fix Wifi Button - off function not working

 package/base-files/files/etc/rc.button/rfkill | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)