diff options
author | Daniel Golle <daniel@makrotopia.org> | 2018-04-28 21:12:19 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2018-05-24 22:21:10 +0200 |
commit | 69f544937f8498e856690f9809a016f0d7f5f68b (patch) | |
tree | c960bb0f4672ca1427fc7a8a8ea2741602b543b4 /package/network/services/hostapd/patches/301-mesh-noscan.patch | |
parent | 51740777fb37cb7bdc250d74b366840269439cf3 (diff) | |
download | upstream-69f544937f8498e856690f9809a016f0d7f5f68b.tar.gz upstream-69f544937f8498e856690f9809a016f0d7f5f68b.tar.bz2 upstream-69f544937f8498e856690f9809a016f0d7f5f68b.zip |
hostapd: update to git HEAD of 2018-05-21, allow build against wolfssl
Support for building wpa_supplicant/hostapd against wolfssl has been
added upstream recently, add build option to allow users using it.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/network/services/hostapd/patches/301-mesh-noscan.patch')
-rw-r--r-- | package/network/services/hostapd/patches/301-mesh-noscan.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/services/hostapd/patches/301-mesh-noscan.patch b/package/network/services/hostapd/patches/301-mesh-noscan.patch index b2c59bc5be..0f2514df4f 100644 --- a/package/network/services/hostapd/patches/301-mesh-noscan.patch +++ b/package/network/services/hostapd/patches/301-mesh-noscan.patch @@ -10,7 +10,7 @@ { STR(id_str) }, --- a/wpa_supplicant/config_file.c +++ b/wpa_supplicant/config_file.c -@@ -816,6 +816,7 @@ static void wpa_config_write_network(FIL +@@ -817,6 +817,7 @@ static void wpa_config_write_network(FIL #endif /* IEEE8021X_EAPOL */ INT(mode); INT(no_auto_peer); @@ -20,7 +20,7 @@ INT(fixed_freq); --- a/wpa_supplicant/mesh.c +++ b/wpa_supplicant/mesh.c -@@ -287,6 +287,8 @@ static int wpa_supplicant_mesh_init(stru +@@ -286,6 +286,8 @@ static int wpa_supplicant_mesh_init(stru frequency); goto out_free; } @@ -57,7 +57,7 @@ for (chan_idx = 0; chan_idx < mode->num_channels; chan_idx++) { --- a/wpa_supplicant/config_ssid.h +++ b/wpa_supplicant/config_ssid.h -@@ -835,6 +835,8 @@ struct wpa_ssid { +@@ -848,6 +848,8 @@ struct wpa_ssid { */ int no_auto_peer; |