fixup! hostapd: update to latest HEAD hostapd-20220512
authorDavid Bauer <[email protected]>
Fri, 13 May 2022 22:44:15 +0000 (00:44 +0200)
committerDavid Bauer <[email protected]>
Fri, 13 May 2022 22:44:15 +0000 (00:44 +0200)
package/network/services/hostapd/patches/420-indicate-features.patch

index 7fd5d6a10ef51fc34d63ab7d1f6685fced4bb11d..80d945ca169ad45fe9534740ade4cf841114292a 100644 (file)
@@ -1,5 +1,14 @@
 --- a/hostapd/main.c
 +++ b/hostapd/main.c
+@@ -31,7 +31,7 @@
+ #include "config_file.h"
+ #include "eap_register.h"
+ #include "ctrl_iface.h"
+-
++#include "build_features.h"
+ struct hapd_global {
+       void **drv_priv;
 @@ -692,7 +692,7 @@ int main(int argc, char *argv[])
        wpa_supplicant_event = hostapd_wpa_event;
        wpa_supplicant_event_global = hostapd_wpa_event_global;