[pkg-wpa-devel] r912 - in /wpasupplicant/trunk/debian: changelog defconfig.sh
kelmo-guest at users.alioth.debian.org
kelmo-guest at users.alioth.debian.org
Sun Dec 9 08:43:59 UTC 2007
Author: kelmo-guest
Date: Sun Dec 9 08:43:58 2007
New Revision: 912
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=912
Log:
* Enable CONFIG_DEBUG_FILE in the debian default build configuration, to
allow debug output to file.
Modified:
wpasupplicant/trunk/debian/changelog
wpasupplicant/trunk/debian/defconfig.sh
Modified: wpasupplicant/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/changelog?rev=912&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/changelog (original)
+++ wpasupplicant/trunk/debian/changelog Sun Dec 9 08:43:58 2007
@@ -8,8 +8,10 @@
wpa keys. Valid wep keys can be hex of length 10|26|32|58 or ascii with
length of at least 5.
* Check wpa_cli return value in wpa_cli() function of functions.sh.
-
- -- Kel Modderman <kel at otaku42.de> Sun, 02 Dec 2007 09:23:56 +1000
+ * Enable CONFIG_DEBUG_FILE in the debian default build configuration, to
+ allow debug output to file.
+
+ -- Kel Modderman <kel at otaku42.de> Sun, 09 Dec 2007 18:42:49 +1000
wpasupplicant (0.6.1~git20071119-1) unstable; urgency=low
Modified: wpasupplicant/trunk/debian/defconfig.sh
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/defconfig.sh?rev=912&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/defconfig.sh (original)
+++ wpasupplicant/trunk/debian/defconfig.sh Sun Dec 9 08:43:58 2007
@@ -46,5 +46,6 @@
CONFIG_CTRL_IFACE=y
CONFIG_CTRL_IFACE_DBUS=y
CONFIG_READLINE=y
+CONFIG_DEBUG_FILE=y
EOF
fi
More information about the Pkg-wpa-devel
mailing list