diff options
author | Bjarke Istrup Pedersen <gurligebis@gentoo.org> | 2009-02-26 22:03:01 +0000 |
---|---|---|
committer | Bjarke Istrup Pedersen <gurligebis@gentoo.org> | 2009-02-26 22:03:01 +0000 |
commit | 2071af2878ec19b5fc6e61c423816aac8fdc6c2d (patch) | |
tree | e743412ceef1b46f23e305f7c8bb4628787428e4 /net-wireless/hostapd/hostapd-0.6.8.ebuild | |
parent | version bump; clean old; fixes bug #260183 (diff) | |
download | gentoo-2-2071af2878ec19b5fc6e61c423816aac8fdc6c2d.tar.gz gentoo-2-2071af2878ec19b5fc6e61c423816aac8fdc6c2d.tar.bz2 gentoo-2-2071af2878ec19b5fc6e61c423816aac8fdc6c2d.zip |
Adding support for 802.11n and removing stable flags from 0.6.7, since
it is still from the development branch.
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'net-wireless/hostapd/hostapd-0.6.8.ebuild')
-rw-r--r-- | net-wireless/hostapd/hostapd-0.6.8.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-wireless/hostapd/hostapd-0.6.8.ebuild b/net-wireless/hostapd/hostapd-0.6.8.ebuild index 264be4ffbe22..4b96f0c97892 100644 --- a/net-wireless/hostapd/hostapd-0.6.8.ebuild +++ b/net-wireless/hostapd/hostapd-0.6.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.8.ebuild,v 1.1 2009/02/16 21:58:11 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.8.ebuild,v 1.2 2009/02/26 22:03:01 gurligebis Exp $ inherit toolchain-funcs linux-info @@ -43,6 +43,7 @@ generate_config() { if use wps; then # Enable Wi-Fi Protected Setup echo "CONFIG_WPS=y" >> ${CONFIG} + echo "CONFIG_WPS_UPNP=y" >> ${CONFIG} einfo "Enabling Wi-Fi Protected Setup support" fi |