X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=package%2Fnetwork%2Fservices%2Fhostapd%2Fpatches%2F560-indicate-features.patch;h=a719afd1fdc170e3b0d70985aec812d5a8d7c24d;hb=5cdd493473fc1782720eaeee1148168d04f51c38;hp=9073bd43a0a3ff60b2fb540e9b372dc78b9a209b;hpb=0abf3d1380445d41e359019ad544a3ddcaf8cc03;p=15.05%2Fopenwrt.git diff --git a/package/network/services/hostapd/patches/560-indicate-features.patch b/package/network/services/hostapd/patches/560-indicate-features.patch index 9073bd43a0..a719afd1fd 100644 --- a/package/network/services/hostapd/patches/560-indicate-features.patch +++ b/package/network/services/hostapd/patches/560-indicate-features.patch @@ -8,7 +8,7 @@ #include "crypto/random.h" #include "crypto/tls.h" #include "common/version.h" -@@ -584,7 +585,7 @@ int main(int argc, char *argv[]) +@@ -592,7 +593,7 @@ int main(int argc, char *argv[]) wpa_supplicant_event = hostapd_wpa_event; for (;;) { @@ -17,7 +17,7 @@ if (c < 0) break; switch (c) { -@@ -616,6 +617,8 @@ int main(int argc, char *argv[]) +@@ -624,6 +625,8 @@ int main(int argc, char *argv[]) wpa_debug_timestamp++; break; case 'v': @@ -35,17 +35,17 @@ +#include "build_features.h" #include "wpa_supplicant_i.h" #include "driver_i.h" - -@@ -156,7 +157,7 @@ int main(int argc, char *argv[]) + #include "p2p_supplicant.h" +@@ -161,7 +162,7 @@ int main(int argc, char *argv[]) for (;;) { c = getopt(argc, argv, -- "b:Bc:C:D:de:f:g:hH:i:KLNo:O:p:P:qsTtuvW"); -+ "b:Bc:C:D:de:f:g:hH:i:KLNo:O:p:P:qsTtuv::W"); +- "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"); if (c < 0) break; switch (c) { -@@ -248,8 +249,12 @@ int main(int argc, char *argv[]) +@@ -259,8 +260,12 @@ int main(int argc, char *argv[]) break; #endif /* CONFIG_DBUS */ case 'v':