diff options
author | Bjarke Istrup Pedersen <gurligebis@gentoo.org> | 2012-05-12 19:05:39 +0000 |
---|---|---|
committer | Bjarke Istrup Pedersen <gurligebis@gentoo.org> | 2012-05-12 19:05:39 +0000 |
commit | 80589ffdb69616e224836dc2a365ea4e8258960d (patch) | |
tree | 40f59199469e14b1c1a4655478d9c88242d85b6c /net-wireless/hostapd | |
parent | Bump, with no difference in database, but updated to use github. (diff) | |
download | gentoo-2-80589ffdb69616e224836dc2a365ea4e8258960d.tar.gz gentoo-2-80589ffdb69616e224836dc2a365ea4e8258960d.tar.bz2 gentoo-2-80589ffdb69616e224836dc2a365ea4e8258960d.zip |
Adding support for interworking (802.11u-2011), fixing bug 415451
(Portage version: 2.2.0_alpha103/cvs/Linux i686)
Diffstat (limited to 'net-wireless/hostapd')
-rw-r--r-- | net-wireless/hostapd/ChangeLog | 8 | ||||
-rw-r--r-- | net-wireless/hostapd/hostapd-1.0-r1.ebuild (renamed from net-wireless/hostapd/hostapd-1.0.ebuild) | 3 |
2 files changed, 9 insertions, 2 deletions
diff --git a/net-wireless/hostapd/ChangeLog b/net-wireless/hostapd/ChangeLog index 63995079a377..aab68b8c0fef 100644 --- a/net-wireless/hostapd/ChangeLog +++ b/net-wireless/hostapd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-wireless/hostapd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.119 2012/05/10 20:02:41 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.120 2012/05/12 19:05:39 gurligebis Exp $ + +*hostapd-1.0-r1 (12 May 2012) + + 12 May 2012; <gurligebis@gentoo.org> -hostapd-1.0.ebuild, + +hostapd-1.0-r1.ebuild: + Adding support for interworking (802.11u-2011), fixing bug #415451 *hostapd-1.0 (10 May 2012) diff --git a/net-wireless/hostapd/hostapd-1.0.ebuild b/net-wireless/hostapd/hostapd-1.0-r1.ebuild index 05a88193fa21..d25559129180 100644 --- a/net-wireless/hostapd/hostapd-1.0.ebuild +++ b/net-wireless/hostapd/hostapd-1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-1.0.ebuild,v 1.1 2012/05/10 20:02:41 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-1.0-r1.ebuild,v 1.1 2012/05/12 19:05:39 gurligebis Exp $ EAPI="2" @@ -98,6 +98,7 @@ src_configure() { echo "CONFIG_IEEE80211N=y" >> ${CONFIG} echo "CONFIG_PEERKEY=y" >> ${CONFIG} echo "CONFIG_RSN_PREAUTH=y" >> ${CONFIG} + echo "CONFIG_INTERWORKING=y" >> ${CONFIG} if use ipv6; then # IPv6 support |