From 1617cf7da2c4c6441a9eefa1b913dadc53b9098b Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 6 Apr 2014 12:13:55 +0000 Subject: hostapd: update to version 2014-04-04 Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40394 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../hostapd/patches/460-indicate-features.patch | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'package/network/services/hostapd/patches/460-indicate-features.patch') diff --git a/package/network/services/hostapd/patches/460-indicate-features.patch b/package/network/services/hostapd/patches/460-indicate-features.patch index 7a44da122b..cee3e76777 100644 --- a/package/network/services/hostapd/patches/460-indicate-features.patch +++ b/package/network/services/hostapd/patches/460-indicate-features.patch @@ -1,23 +1,23 @@ --- a/hostapd/main.c +++ b/hostapd/main.c -@@ -14,6 +14,7 @@ - +@@ -15,6 +15,7 @@ #include "utils/common.h" #include "utils/eloop.h" + #include "utils/uuid.h" +#include "utils/build_features.h" #include "crypto/random.h" #include "crypto/tls.h" #include "common/version.h" -@@ -546,7 +547,7 @@ int main(int argc, char *argv[]) +@@ -558,7 +559,7 @@ int main(int argc, char *argv[]) wpa_supplicant_event = hostapd_wpa_event; for (;;) { -- c = getopt(argc, argv, "b:Bde:f:hKP:Ttvg:G:"); -+ c = getopt(argc, argv, "b:Bde:f:hKP:Ttg:G:v::"); +- c = getopt(argc, argv, "b:Bde:f:hKP:Ttu:vg:G:"); ++ c = getopt(argc, argv, "b:Bde:f:hKP:Ttu:g:G:v::"); if (c < 0) break; switch (c) { -@@ -583,6 +584,8 @@ int main(int argc, char *argv[]) +@@ -595,6 +596,8 @@ int main(int argc, char *argv[]) break; #endif /* CONFIG_DEBUG_LINUX_TRACING */ case 'v': @@ -36,16 +36,16 @@ #include "wpa_supplicant_i.h" #include "driver_i.h" #include "p2p_supplicant.h" -@@ -161,7 +162,7 @@ int main(int argc, char *argv[]) +@@ -176,7 +177,7 @@ int main(int argc, char *argv[]) for (;;) { c = getopt(argc, argv, -- "b:Bc:C:D:de:f:g:G:hH:i:I:KLNo:O:p:P:qsTtuvW"); -+ "b:Bc:C:D:de:f:g:G:hH:i:I:KLNo:O:p:P:qsTtuv::W"); +- "b:Bc:C:D:de:f:g:G:hH:i:I:KLm:No:O:p:P:qsTtuvW"); ++ "b:Bc:C:D:de:f:g:G:hH:i:I:KLm:No:O:p:P:qsTtuv::W"); if (c < 0) break; switch (c) { -@@ -259,8 +260,12 @@ int main(int argc, char *argv[]) +@@ -279,8 +280,12 @@ int main(int argc, char *argv[]) break; #endif /* CONFIG_DBUS */ case 'v': -- cgit v1.2.3