[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-249-g48e3c61
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2013-05-21 13:52:45
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 48e3c61a229b21da1ba6e186d2b326a40cb3fd8f (commit)
from 777bc9f02f55eb5d6d545930b6366b0988de1b49 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 48e3c61a229b21da1ba6e186d2b326a40cb3fd8f
Author: Eric Jarrige <eri...@ar...>
Date: Tue May 21 15:59:57 2013 +0200
[BUILDROOT] 2013.02: Add option to disable management frame protection (IEEE 802.11w)
-----------------------------------------------------------------------
Summary of changes:
.../204-wpa-supplicant-add-option-ieee80211w.patch | 45 ++++++++++++++++++++
patches/buildroot/2013.02/cleanup_buildroot.sh | 1 +
2 files changed, 46 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2013.02/204-wpa-supplicant-add-option-ieee80211w.patch
diff --git a/patches/buildroot/2013.02/204-wpa-supplicant-add-option-ieee80211w.patch b/patches/buildroot/2013.02/204-wpa-supplicant-add-option-ieee80211w.patch
new file mode 100644
index 0000000..c55f84f
--- /dev/null
+++ b/patches/buildroot/2013.02/204-wpa-supplicant-add-option-ieee80211w.patch
@@ -0,0 +1,45 @@
+Add option to disable management frame protection (IEEE 802.11w) not.supported
+by legacy Linux kernel
+
+Signed-off-by: Eric Jarrige <eri...@ar...>
+
+diff -purN buildroot/package/wpa_supplicant/Config.in buildroot/package/wpa_supplicant/Config.in
+--- buildroot/package/wpa_supplicant/Config.in
++++ buildroot/package/wpa_supplicant/Config.in
+@@ -54,4 +54,9 @@ config BR2_PACKAGE_WPA_SUPPLICANT_WPS
+ help
+ Enable support for Wi-Fi Protected Setup (WPS)
+
++config BR2_PACKAGE_WPA_SUPPLICANT_IEEE80211W
++ bool "Enable support for management frame protection"
++ help
++ Enable support for management frame protection (IEEE 802.11w)
++
+ endif
+diff -purN buildroot/package/wpa_supplicant/wpa_supplicant.mk buildroot/package/wpa_supplicant/wpa_supplicant.mk
+--- buildroot/package/wpa_supplicant/wpa_supplicant.mk
++++ buildroot/package/wpa_supplicant/wpa_supplicant.mk
+@@ -116,16 +116,22 @@ endef
+
+ endif
+
++ifeq ($(BR2_PACKAGE_WPA_SUPPLICANT_IEEE80211W),y)
++define WPA_SUPPLICANT_IEEE80211W_CONFIG
++ $(SED) 's/\(#\)\(CONFIG_IEEE80211W.*\)/\2/' $(WPA_SUPPLICANT_CONFIG)
++endef
++endif
++
+ define WPA_SUPPLICANT_CONFIGURE_CMDS
+ cp $(@D)/wpa_supplicant/defconfig $(WPA_SUPPLICANT_CONFIG)
+ $(SED) 's/\(#\)\(CONFIG_HS20.*\)/\2/' $(WPA_SUPPLICANT_CONFIG)
+ $(SED) 's/\(#\)\(CONFIG_IEEE80211N.*\)/\2/' $(WPA_SUPPLICANT_CONFIG)
+ $(SED) 's/\(#\)\(CONFIG_IEEE80211R.*\)/\2/' $(WPA_SUPPLICANT_CONFIG)
+- $(SED) 's/\(#\)\(CONFIG_IEEE80211W.*\)/\2/' $(WPA_SUPPLICANT_CONFIG)
+ $(SED) 's/\(#\)\(CONFIG_INTERWORKING.*\)/\2/' $(WPA_SUPPLICANT_CONFIG)
+ $(SED) 's/\(#\)\(CONFIG_DELAYED_MIC.*\)/\2/' $(WPA_SUPPLICANT_CONFIG)
+ $(SED) 's/\(CONFIG_DRIVER_ATMEL\)/#\1/' $(WPA_SUPPLICANT_CONFIG)
+ $(SED) 's/\(CONFIG_SMARTCARD\)/#\1/' $(WPA_SUPPLICANT_CONFIG)
++ $(WPA_SUPPLICANT_IEEE80211W_CONFIG)
+ $(WPA_SUPPLICANT_LIBTOMMATH_CONFIG)
+ $(WPA_SUPPLICANT_TLS_CONFIG)
+ $(WPA_SUPPLICANT_EAP_CONFIG)
diff --git a/patches/buildroot/2013.02/cleanup_buildroot.sh b/patches/buildroot/2013.02/cleanup_buildroot.sh
index b2cbd46..c86024c 100755
--- a/patches/buildroot/2013.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2013.02/cleanup_buildroot.sh
@@ -71,3 +71,4 @@ rm -rf buildroot/package/qtcreator/
rm -rf buildroot/package/marble/
rm -rf buildroot/package/cunit/
rm -rf buildroot/package/gnokii/
+rm -rf buildroot/package/wpa_supplicant/
hooks/post-receive
--
armadeus
|