Device problem occurs on - all devices supporting WiFi on/off button
Software versions of OpenWrt/LEDE release, packages, etc.- current trunk and earlier(rfkill git code is 4 years old)
Steps to reproduce - press WiFI button to enable(works), press it again to disable WiFI - does not work./etc/config/wireless gets properly updates to disable the wifi but the final wifi up command is no ot allowing the real disable.
There is a Bug in WiFI button handling script, the proposed fix is below:
tcolov:
Supply the following if possible:
Device problem occurs on - all devices supporting WiFi on/off button
Software versions of OpenWrt/LEDE release, packages, etc.- current trunk and earlier(rfkill git code is 4 years old)
Steps to reproduce - press WiFI button to enable(works), press it again to disable WiFI - does not work./etc/config/wireless gets properly updates to disable the wifi but the final wifi up command is no ot allowing the real disable.
There is a Bug in WiFI button handling script, the proposed fix is below:
https://github.com/openwrt/openwrt/blob/master/package/base-files/files/etc/rc.button/rfkill
Line 30:
wifi up
has to be only:
wifi
The text was updated successfully, but these errors were encountered: