diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-14 18:32:21 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-14 18:32:21 (GMT) |
commit | 14beb839185f027cba412b6aa0941296a843818b (patch) | |
tree | 1f3da37aafb017b95e6d326d5253a7230d4f39b1 /abs/core-testing/wpa_supplicant/config | |
parent | c361f5eb42fcfcfa0663cb89c38b2eb8fab1bb2c (diff) | |
download | linhes_pkgbuild-14beb839185f027cba412b6aa0941296a843818b.zip linhes_pkgbuild-14beb839185f027cba412b6aa0941296a843818b.tar.gz linhes_pkgbuild-14beb839185f027cba412b6aa0941296a843818b.tar.bz2 |
Updating wpa_supplicant
Diffstat (limited to 'abs/core-testing/wpa_supplicant/config')
-rw-r--r-- | abs/core-testing/wpa_supplicant/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/wpa_supplicant/config b/abs/core-testing/wpa_supplicant/config index 8841fe3..6ca1d3e 100644 --- a/abs/core-testing/wpa_supplicant/config +++ b/abs/core-testing/wpa_supplicant/config @@ -273,7 +273,7 @@ CONFIG_PEERKEY=y #PLATFORMSDKLIB="/opt/Program Files/Microsoft Platform SDK/Lib" # Add support for DBus control interface -#CONFIG_CTRL_IFACE_DBUS=y +CONFIG_CTRL_IFACE_DBUS=y # Add support for loading EAP methods dynamically as shared libraries. # When this option is enabled, each EAP method can be either included @@ -304,5 +304,5 @@ CONFIG_DYNAMIC_EAP_METHODS=y # to be able to include some of the kernel header files. Following lines can # be used to set these (WIRELESS_DEV must point to the root directory of the # wireless-dev.git tree). -WIRELESS_DEV=/lib/modules/2.6.24-ARCH/build +WIRELESS_DEV=/lib/modules/2.6.27-ARCH/build CFLAGS += -I$(WIRELESS_DEV)/net/mac80211 |