diff options
author | Jouni Malinen <jouni@qca.qualcomm.com> | 2015-07-23 15:45:31 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2015-07-23 15:48:41 (GMT) |
commit | de01710b08f879ee44460cc41f0f02cd39d01775 (patch) | |
tree | 565d0a85f10b18d9cf3a31c895eb75484d952a7a /hostapd/android.config | |
parent | 7c524a64c1cf67729ee6308adccb4a1449389560 (diff) | |
download | hostap-de01710b08f879ee44460cc41f0f02cd39d01775.zip hostap-de01710b08f879ee44460cc41f0f02cd39d01775.tar.gz hostap-de01710b08f879ee44460cc41f0f02cd39d01775.tar.bz2 |
hostapd: Add build options for selecting eloop type
This adds CONFIG_ELOOP_POLL=y and CONFIG_ELOOP_EPOLL=y options to
hostapd build options similarly to how these were implemented for
wpa_supplicant.
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Diffstat (limited to 'hostapd/android.config')
-rw-r--r-- | hostapd/android.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hostapd/android.config b/hostapd/android.config index 106e979..0b1d7c7 100644 --- a/hostapd/android.config +++ b/hostapd/android.config @@ -180,6 +180,12 @@ CONFIG_OS=unix #LIBS_p += -lbfd -liberty -lz #LIBS_c += -lbfd -liberty -lz +# Should we use poll instead of select? Select is used by default. +#CONFIG_ELOOP_POLL=y + +# Should we use epoll instead of select? Select is used by default. +#CONFIG_ELOOP_EPOLL=y + # Enable AP CONFIG_AP=y |