]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add CONFIG_ELOOP_KQUEUE to defconfig
authorRoy Marples <roy@marples.name>
Wed, 10 Feb 2016 10:48:01 +0000 (10:48 +0000)
committerJouni Malinen <j@w1.fi>
Thu, 18 Feb 2016 15:02:13 +0000 (17:02 +0200)
Signed-off-by: Roy Marples <roy@marples.name>
hostapd/defconfig
wpa_supplicant/defconfig

index 2a749dd76bc72609b7aeefab0d251b70a37ca7a8..6f4e5873cec286240f90755ae8654570d2fa75d0 100644 (file)
@@ -249,6 +249,9 @@ CONFIG_IPV6=y
 # Should we use epoll instead of select? Select is used by default.
 #CONFIG_ELOOP_EPOLL=y
 
+# Should we use kqueue instead of select? Select is used by default.
+#CONFIG_ELOOP_KQUEUE=y
+
 # Select TLS implementation
 # openssl = OpenSSL (default)
 # gnutls = GnuTLS
index 8b1d12129cbd183f7c1e4a43bc091e1a1bcbdb5e..a615c7cea444c02071ad4ebe941d13ff0b299b4d 100644 (file)
@@ -270,6 +270,9 @@ CONFIG_BACKEND=file
 # Should we use epoll instead of select? Select is used by default.
 #CONFIG_ELOOP_EPOLL=y
 
+# Should we use kqueue instead of select? Select is used by default.
+#CONFIG_ELOOP_KQUEUE=y
+
 # Select layer 2 packet implementation
 # linux = Linux packet socket (default)
 # pcap = libpcap/libdnet/WinPcap