openwrt/package/network/config/wifi-scripts/Config.in
David Bauer 1eabd76d28 wifi-scripts: add option to disable WPS button handling
In case OpenWrt is used to build a custom distribution, the default
button handling logic may be undesired.

Add config options to disable default standard button handling code
at build-time.

Signed-off-by: David Bauer <mail@david-bauer.net>
2026-05-20 00:02:31 +02:00

11 lines
250 B
Plaintext

config WIFI_SCRIPTS_UCODE
bool "Use new ucode based scripts"
default y
config WIFI_SCRIPTS_WPS_BUTTON_DISABLED
bool
prompt "Disable WPS button handling"
default n
help
If set, the WPS button handling logic in /etc/rc.button/wps is disabled.