Disable WiFi On/Off Button

Dear guru,

I have WNDR3700 with OpenWRT installed: 18.06.2 r7676-cddd7b4c77 / LuCI openwrt-18.06 branch (git-19.020.41695-6f6641d). Could you please tell me whether is it possible to disable WiFi On/Off Button on my devices? Is it possible to do in LuCI?

Thanks in advance,
Vadim

You need to revoke permissions from /etc/rc.button/rfkill script.

In console:

chmod -x /etc/rc.button/rfkill

If that doesn't help, remove the script.

1 Like

Thank you for the fast response. Isn't it possible to do from UI?

No, it's not possible from Luci.

1 Like