Bump wpa_supplicant to 0.6.10, enable nl80211
Closes #925. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
c95e3b8481
commit
ca2ad7d855
3
CHANGES
3
CHANGES
@ -8,7 +8,7 @@
|
||||
directfb, e2fsprogs, gstreamer, gst-plugins-bad, hal, iptables,
|
||||
iw, jpeg, libfuse, libpcap, libungif, lighttpd, mesa, mpg123,
|
||||
mtd-utils, neon, pcre, qt, rpm, sshfs, tremor, u-boot,
|
||||
usb_modeswitch, usbutils, xfsprogs
|
||||
usb_modeswitch, usbutils, wpa_supplicant, xfsprogs
|
||||
|
||||
Issues resolved (http://bugs.uclibc.org):
|
||||
|
||||
@ -33,6 +33,7 @@
|
||||
#841: Build error
|
||||
#913: Bump iptables to 1.4.6
|
||||
#919: Bump usb_modeswitch package to 1.0.7
|
||||
#925: Bump wpa_supplicant package to 0.6.10
|
||||
|
||||
2009.11, Released December 1st, 2009:
|
||||
|
||||
|
@ -4,8 +4,7 @@
|
||||
#
|
||||
#############################################################
|
||||
|
||||
WPA_SUPPLICANT_VERSION = 0.6.9
|
||||
WPA_SUPPLICANT_SOURCE = wpa_supplicant-$(WPA_SUPPLICANT_VERSION).tar.gz
|
||||
WPA_SUPPLICANT_VERSION = 0.6.10
|
||||
WPA_SUPPLICANT_SITE = http://hostap.epitest.fi/releases
|
||||
WPA_SUPPLICANT_LIBTOOL_PATCH = NO
|
||||
WPA_SUPPLICANT_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
|
||||
@ -15,6 +14,10 @@ WPA_SUPPLICANT_SUBDIR = wpa_supplicant
|
||||
WPA_SUPPLICANT_TARGET_BINS = wpa_cli wpa_supplicant wpa_passphrase
|
||||
WPA_SUPPLICANT_DBUS_SERVICE = fi.epitest.hostap.WPASupplicant
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBNL),y)
|
||||
WPA_SUPPLICANT_DEPENDENCIES += libnl
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_WPA_SUPPLICANT_OPENSSL),y)
|
||||
WPA_SUPPLICANT_DEPENDENCIES += openssl
|
||||
endif
|
||||
@ -45,6 +48,9 @@ endif
|
||||
endif
|
||||
ifeq ($(BR2_PACKAGE_DBUS),y)
|
||||
echo "CONFIG_CTRL_IFACE_DBUS=y" >>$(WPA_SUPPLICANT_CONFIG)
|
||||
endif
|
||||
ifeq ($(BR2_PACKAGE_LIBNL),y)
|
||||
echo "CONFIG_DRIVER_NL80211=y" >>$(WPA_SUPPLICANT_CONFIG)
|
||||
endif
|
||||
touch $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user