From b530b5a5068aeb7e4dea51838d6bb6456de0ed51 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 22 Apr 2013 13:24:48 +0000 Subject: hostapd: update to 2013-04-05 Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36376 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../services/hostapd/patches/560-indicate-features.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'package/network/services/hostapd/patches/560-indicate-features.patch') diff --git a/package/network/services/hostapd/patches/560-indicate-features.patch b/package/network/services/hostapd/patches/560-indicate-features.patch index d01e18b862..9073bd43a0 100644 --- a/package/network/services/hostapd/patches/560-indicate-features.patch +++ b/package/network/services/hostapd/patches/560-indicate-features.patch @@ -1,6 +1,6 @@ --- a/hostapd/main.c +++ b/hostapd/main.c -@@ -13,6 +13,7 @@ +@@ -14,6 +14,7 @@ #include "utils/common.h" #include "utils/eloop.h" @@ -8,16 +8,16 @@ #include "crypto/random.h" #include "crypto/tls.h" #include "common/version.h" -@@ -560,7 +561,7 @@ int main(int argc, char *argv[]) +@@ -584,7 +585,7 @@ int main(int argc, char *argv[]) wpa_supplicant_event = hostapd_wpa_event; for (;;) { -- c = getopt(argc, argv, "Bde:f:hKP:tvg:"); -+ c = getopt(argc, argv, "Bde:f:hKP:tg:v::"); +- c = getopt(argc, argv, "Bde:f:hKP:tvg:G:"); ++ c = getopt(argc, argv, "Bde:f:hKP:tg:G:v::"); if (c < 0) break; switch (c) { -@@ -592,6 +593,8 @@ int main(int argc, char *argv[]) +@@ -616,6 +617,8 @@ int main(int argc, char *argv[]) wpa_debug_timestamp++; break; case 'v': -- cgit v1.2.3