hostapd: Bump to 0.7.2

Closes #1645

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2010-04-26 11:54:32 -03:00 committed by Peter Korsgaard
parent 671ec3917b
commit 554ef43a9c
3 changed files with 5 additions and 8 deletions

View File

@ -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:

View File

@ -1,5 +1,6 @@
config BR2_PACKAGE_HOSTAPD
bool "hostapd"
select BR2_PACKAGE_LIBNL
help
User space daemon for wireless access points.

View 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)