[pkg-wpa-devel] r945 - in /wpasupplicant/trunk/debian: changelog patches/00_defconfig.patch

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Wed Dec 26 10:41:45 UTC 2007


Author: kelmo-guest
Date: Wed Dec 26 10:41:45 2007
New Revision: 945

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=945
Log:
* Activate CONFIG_IEEE80211R, CONFIG_IEEE80211W and CONFIG_EAP_WSC in the
  default build configuration.

Modified:
    wpasupplicant/trunk/debian/changelog
    wpasupplicant/trunk/debian/patches/00_defconfig.patch

Modified: wpasupplicant/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/changelog?rev=945&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/changelog (original)
+++ wpasupplicant/trunk/debian/changelog Wed Dec 26 10:41:45 2007
@@ -60,8 +60,10 @@
     to update wpa_supplicant.conf(5) docbook manpage to describe the GROUP=
     parameter of ctrl_interface instead of the deprecated ctrl_interface_group
     option.
-
- -- Kel Modderman <kel at otaku42.de>  Wed, 26 Dec 2007 20:14:22 +1000
+  * Activate CONFIG_IEEE80211R, CONFIG_IEEE80211W and CONFIG_EAP_WSC in the
+    default build configuration.
+
+ -- Kel Modderman <kel at otaku42.de>  Wed, 26 Dec 2007 20:39:31 +1000
 
 wpasupplicant (0.6.1~git20071119-1) unstable; urgency=low
 

Modified: wpasupplicant/trunk/debian/patches/00_defconfig.patch
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/00_defconfig.patch?rev=945&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/patches/00_defconfig.patch (original)
+++ wpasupplicant/trunk/debian/patches/00_defconfig.patch Wed Dec 26 10:41:45 2007
@@ -1,12 +1,13 @@
 --- /dev/null
 +++ b/wpa_supplicant/.config
-@@ -0,0 +1,322 @@
+@@ -0,0 +1,326 @@
 +# Debian's wpa_supplicant build time configuration
 +
 +# Driver interface for Host AP driver
 +CONFIG_DRIVER_HOSTAP=y
 +
 +# Driver interface for Agere driver
++# XXX: Non-GPL header required
 +#CONFIG_DRIVER_HERMES=y
 +# Change include directories to match with the local setup
 +#CFLAGS += -I../../hcf -I../../include -I../../include/hcf
@@ -23,34 +24,37 @@
 +#CONFIG_DRIVER_PRISM54=y
 +
 +# Driver interface for ndiswrapper
++# XXX: Deprecated since Linux 2.6.14
 +#CONFIG_DRIVER_NDISWRAPPER=y
 +
 +# Driver interface for Atmel driver
 +CONFIG_DRIVER_ATMEL=y
 +
 +# Driver interface for Broadcom driver
++# XXX: Non-GPL header required
 +#CONFIG_DRIVER_BROADCOM=y
 +# Example path for wlioctl.h; change to match your configuration
 +#CFLAGS += -I/opt/WRT54GS/release/src/include
-+# Non-GPL header required
 +
 +# Driver interface for Intel ipw2100/2200 driver
++# XXX: Deprecated since Linux 2.6.14
 +#CONFIG_DRIVER_IPW=y
-+# Deprecated since Linux 2.6.14
 +
 +# Driver interface for Ralink driver
++# XXX: rt2x00 supports DRIVER_WEXT, the legacy drivers hardly work at all
 +#CONFIG_DRIVER_RALINK=y
-+# rt2x00 supports DRIVER_WEXT
 +
 +# Driver interface for generic Linux wireless extensions
 +CONFIG_DRIVER_WEXT=y
 +
 +# Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)
++# XXX: we are not FreeBSD
 +#CONFIG_DRIVER_BSD=y
 +#CFLAGS += -I/usr/local/include
 +#LIBS += -L/usr/local/lib
 +
 +# Driver interface for Windows NDIS
++# XXX: we don't cater for the win32 arch
 +#CONFIG_DRIVER_NDIS=y
 +#CFLAGS += -I/usr/include/w32api/ddk
 +#LIBS += -L/usr/local/lib
@@ -131,7 +135,7 @@
 +#CONFIG_EAP_TNC=y
 +
 +# EAP-WSC for Wi-Fi Protected Setup
-+#CONFIG_EAP_WSC=y
++CONFIG_EAP_WSC=y
 +
 +# PKCS#12 (PFX) support (used to read private key and certificate file from
 +# a file that usually has extension .p12 or .pfx)
@@ -245,7 +249,7 @@
 +# This version is an experimental implementation based on IEEE 802.11w/D1.0
 +# draft and is subject to change since the standard has not yet been finalized.
 +# Driver support is also needed for IEEE 802.11w.
-+#CONFIG_IEEE80211W=y
++CONFIG_IEEE80211W=y
 +
 +# Select TLS implementation
 +# openssl = OpenSSL (default)
@@ -319,7 +323,7 @@
 +# This enables an experimental implementation of a draft version of
 +# IEEE 802.11r. This draft is still subject to change, so it should be noted
 +# that this version may not comply with the final standard.
-+#CONFIG_IEEE80211R=y
++CONFIG_IEEE80211R=y
 +
 +# Add support for writing debug log to a file (/tmp/wpa_supplicant-log-#.txt)
 +CONFIG_DEBUG_FILE=y




More information about the Pkg-wpa-devel mailing list