diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-07-08 18:36:22 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-07-08 18:36:22 +0000 |
commit | 1d45111aa57e1007321d15ac9ffe949e1a4341d7 (patch) | |
tree | 19d3eb291976d80afdd846e965be140d9ffc8a87 /package/hostapd/Config.in | |
parent | ca4a8b1bee22646319f8e2aeb1ed59062403a9b8 (diff) | |
download | mtk-20170518-1d45111aa57e1007321d15ac9ffe949e1a4341d7.zip mtk-20170518-1d45111aa57e1007321d15ac9ffe949e1a4341d7.tar.gz mtk-20170518-1d45111aa57e1007321d15ac9ffe949e1a4341d7.tar.bz2 |
hostapd: make rfkill support optional
SVN-Revision: 22101
Diffstat (limited to 'package/hostapd/Config.in')
-rw-r--r-- | package/hostapd/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/hostapd/Config.in b/package/hostapd/Config.in index 1989338..a74cbae 100644 --- a/package/hostapd/Config.in +++ b/package/hostapd/Config.in @@ -20,3 +20,8 @@ config WPA_SUPPLICANT_OPENSSL select PACKAGE_libopenssl endchoice + +config WPA_RFKILL_SUPPORT + bool "Add rfkill support" + depends PACKAGE_wpa-supplicant || PACKAGE_wpa-supplicant-mini || PACKAGE_wpad || PACKAGE_wpad-mini + default n |