]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
hostapd: Bump to 0.7.2
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 26 Apr 2010 14:54:32 +0000 (11:54 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 30 Apr 2010 14:16:38 +0000 (16:16 +0200)
Closes #1645

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/hostapd/Config.in
package/hostapd/hostapd.mk

diff --git a/CHANGES b/CHANGES
index 7decafdb6f5a89cfa727bc7cd831064ceaf7452f..d5b1e662ea4902e4112efefaa4dfff4e8e3c35d3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -13,7 +13,7 @@
        netperf, squid
 
        Updated/fixed packages: alsa-utils, busybox, dnsmasq, dosfstools,
-       e2fsprogs, fbv, freetype, iperf, iptables, iw, less,
+       e2fsprogs, fbv, freetype, hostapd, iperf, iptables, iw, less,
        libaio,libdrm, libgcrypt, libglib2, libpng, libxml2, matchbox,
        mdadm, memstat, mesa3d, mtd-utils, nano, openssl, pciutils,
        php, pixman, portage, pppd, pthread-stubs, python, qt, radvd,
@@ -66,6 +66,7 @@
        #1567: openssl0.9.8n fails to compile
        #1573: Alsa-utils alsactl/init/* not installed to target
        #1591: portmap fails to compile
+       #1645: Bump hostapd package to 0.7.2
 
 2010.02, Release February 26th, 2010:
 
index 5eaa32641fa826cab2d48b4a4a93031f9abb6139..133796e20d753a88e3ca98214b23c48c6714ffc8 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_HOSTAPD
        bool "hostapd"
+       select BR2_PACKAGE_LIBNL
        help
          User space daemon for wireless access points.
 
index 0cad5aa2c45ce1446c18db554e3b587b5e7e8a1c..5c5c1e3009ddf7c1db953e350021618554383de9 100644 (file)
@@ -4,14 +4,11 @@
 #
 #############################################################
 
-HOSTAPD_VERSION = 0.6.9
+HOSTAPD_VERSION = 0.7.2
 HOSTAPD_SITE = http://hostap.epitest.fi/releases
 HOSTAPD_SUBDIR = hostapd
 HOSTAPD_CONFIG = $(HOSTAPD_DIR)/$(HOSTAPD_SUBDIR)/.config
-
-ifeq ($(BR2_PACKAGE_LIBNL),y)
-       HOSTAPD_DEPENDENCIES += libnl
-endif
+HOSTAPD_DEPENDENCIES = libnl
 
 ifeq ($(BR2_PACKAGE_OPENSSL),y)
        HOSTAPD_DEPENDENCIES += openssl
@@ -57,9 +54,7 @@ endif
 # Drivers
        echo "CONFIG_DRIVER_WIRED=y" >>$(HOSTAPD_CONFIG)
        echo "CONFIG_DRIVER_PRISM54=y" >>$(HOSTAPD_CONFIG)
-ifeq ($(BR2_PACKAGE_LIBNL),y)
        echo "CONFIG_DRIVER_NL80211=y" >>$(HOSTAPD_CONFIG)
-endif
 # Misc
        echo "CONFIG_IEEE80211N=y" >>$(HOSTAPD_CONFIG)
        echo "CONFIG_IEEE80211R=y" >>$(HOSTAPD_CONFIG)