From aeded15942b43837f2cbccba1083593e81f8756a2f43ef244d37002a87dcfd8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sat, 27 Feb 2016 12:05:37 +0000 Subject: [PATCH] Accepting request 362042 from home:elvigia:branches:hardware - Revert CONFIG_ELOOP_EPOLL=y, it is broken in combination with CONFIG_DBUS=yes. OBS-URL: https://build.opensuse.org/request/show/362042 OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=62 --- config | 2 +- wpa_supplicant.changes | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/config b/config index 707b936..dc321a6 100644 --- a/config +++ b/config @@ -265,7 +265,7 @@ CONFIG_BACKEND=file #CONFIG_ELOOP_POLL=y # Should we use epoll instead of select? Select is used by default. -CONFIG_ELOOP_EPOLL=y +#CONFIG_ELOOP_EPOLL=y # Select layer 2 packet implementation # linux = Linux packet socket (default) diff --git a/wpa_supplicant.changes b/wpa_supplicant.changes index f47dbf2..d7bbbbd 100644 --- a/wpa_supplicant.changes +++ b/wpa_supplicant.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 26 21:10:55 UTC 2016 - crrodriguez@opensuse.org + +- Revert CONFIG_ELOOP_EPOLL=y, it is broken in combination + with CONFIG_DBUS=yes. + ------------------------------------------------------------------- Sat Feb 20 16:56:01 UTC 2016 - crrodriguez@opensuse.org