diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-04-06 12:13:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-04-06 12:13:55 +0000 |
commit | 8994b4b1918fba0ba846bd438c2f85547fe8daf5 (patch) | |
tree | fcdd134fd461310bd58912b31464ad39c44a2c89 /package/network/services/hostapd/patches/460-indicate-features.patch | |
parent | 4e155c80d3d8811e19effa7f173a863f6b22f4bf (diff) | |
download | mtk-20170518-8994b4b1918fba0ba846bd438c2f85547fe8daf5.zip mtk-20170518-8994b4b1918fba0ba846bd438c2f85547fe8daf5.tar.gz mtk-20170518-8994b4b1918fba0ba846bd438c2f85547fe8daf5.tar.bz2 |
hostapd: update to version 2014-04-04
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40394
Diffstat (limited to 'package/network/services/hostapd/patches/460-indicate-features.patch')
-rw-r--r-- | package/network/services/hostapd/patches/460-indicate-features.patch | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/package/network/services/hostapd/patches/460-indicate-features.patch b/package/network/services/hostapd/patches/460-indicate-features.patch index 7a44da1..cee3e76 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': |