From bb32b86beede667c5f91729febf3109dea5b381a Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sat, 14 May 2022 00:44:15 +0200 Subject: [PATCH] fixup! hostapd: update to latest HEAD --- .../services/hostapd/patches/420-indicate-features.patch | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/package/network/services/hostapd/patches/420-indicate-features.patch b/package/network/services/hostapd/patches/420-indicate-features.patch index 7fd5d6a10e..80d945ca16 100644 --- a/package/network/services/hostapd/patches/420-indicate-features.patch +++ b/package/network/services/hostapd/patches/420-indicate-features.patch @@ -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; -- 2.30.2