[pkg-wpa-devel] r1522 - in /wpasupplicant/trunk/debian: changelog config/kfreebsd config/linux

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Sun Apr 25 14:31:00 UTC 2010


Author: kelmo-guest
Date: Sun Apr 25 14:30:56 2010
New Revision: 1522

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1522
Log:
enable CONFIG_AP, which allows hostapd-like functionality

Modified:
    wpasupplicant/trunk/debian/changelog
    wpasupplicant/trunk/debian/config/kfreebsd
    wpasupplicant/trunk/debian/config/linux

Modified: wpasupplicant/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/changelog?rev=1522&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/changelog (original)
+++ wpasupplicant/trunk/debian/changelog Sun Apr 25 14:30:56 2010
@@ -15,10 +15,11 @@
     - remove all comments from our config
     - enable new D-Bus interface
     - disable experimental feature CONFIG_EAP_PSK
+    - enable CONFIG_AP, which allows hostapd-like functionality
   * Install D-Bus service activation file for new interface.
   * Set default driver type to nl80211,wext in ifupdown glue.
 
- -- Kel Modderman <kel at otaku42.de>  Sun, 25 Apr 2010 23:56:30 +1000
+ -- Kel Modderman <kel at otaku42.de>  Mon, 26 Apr 2010 00:25:03 +1000
 
 wpasupplicant (0.6.10-2) unstable; urgency=low
 

Modified: wpasupplicant/trunk/debian/config/kfreebsd
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/config/kfreebsd?rev=1522&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/config/kfreebsd (original)
+++ wpasupplicant/trunk/debian/config/kfreebsd Sun Apr 25 14:30:56 2010
@@ -1,6 +1,7 @@
 # Debian's wpa_supplicant build time configuration
 CONFIG_DRIVER_BSD=y
 LIBS += -lbsd
+CONFIG_AP=y
 CONFIG_IEEE8021X_EAPOL=y
 CONFIG_EAP_MD5=y
 CONFIG_EAP_MSCHAPV2=y

Modified: wpasupplicant/trunk/debian/config/linux
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/config/linux?rev=1522&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/config/linux (original)
+++ wpasupplicant/trunk/debian/config/linux Sun Apr 25 14:30:56 2010
@@ -2,6 +2,7 @@
 CONFIG_DRIVER_WEXT=y
 CONFIG_DRIVER_NL80211=y
 CONFIG_DRIVER_WIRED=y
+CONFIG_AP=y
 CONFIG_IEEE8021X_EAPOL=y
 CONFIG_EAP_MD5=y
 CONFIG_EAP_MSCHAPV2=y




More information about the Pkg-wpa-devel mailing list