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>
11 lines
250 B
Plaintext
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.
|