diff options
author | Henrik Brix Andersen <brix@gentoo.org> | 2005-10-29 12:53:55 +0000 |
---|---|---|
committer | Henrik Brix Andersen <brix@gentoo.org> | 2005-10-29 12:53:55 +0000 |
commit | 6098a0ba47f204ac4970d273577bd0a17e252715 (patch) | |
tree | e5ae22252cdee22de14cc099bb6efcc2397d5485 /net-wireless/hostap-driver | |
parent | Version bump, bug #109760 (diff) | |
download | gentoo-2-6098a0ba47f204ac4970d273577bd0a17e252715.tar.gz gentoo-2-6098a0ba47f204ac4970d273577bd0a17e252715.tar.bz2 gentoo-2-6098a0ba47f204ac4970d273577bd0a17e252715.zip |
Refuse to compile if the in-kernel version of the hostap-driver is enabled.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-wireless/hostap-driver')
4 files changed, 18 insertions, 10 deletions
diff --git a/net-wireless/hostap-driver/ChangeLog b/net-wireless/hostap-driver/ChangeLog index 75f30b8cfdee..2bc73f2159d1 100644 --- a/net-wireless/hostap-driver/ChangeLog +++ b/net-wireless/hostap-driver/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-wireless/hostap-driver # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-driver/ChangeLog,v 1.47 2005/10/22 10:45:39 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-driver/ChangeLog,v 1.48 2005/10/29 12:53:55 brix Exp $ + + 29 Oct 2005; Henrik Brix Andersen <brix@gentoo.org> + hostap-driver-0.3.7.ebuild, hostap-driver-0.3.9.ebuild, + hostap-driver-0.4.5.ebuild: + Refuse to compile if the in-kernel version of the hostap-driver is enabled. 22 Oct 2005; Henrik Brix Andersen <brix@gentoo.org> -files/hostap-driver-0.4.1-firmware.patch, diff --git a/net-wireless/hostap-driver/hostap-driver-0.3.7.ebuild b/net-wireless/hostap-driver/hostap-driver-0.3.7.ebuild index 07993cfce786..525ea005ee26 100644 --- a/net-wireless/hostap-driver/hostap-driver-0.3.7.ebuild +++ b/net-wireless/hostap-driver/hostap-driver-0.3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-driver/hostap-driver-0.3.7.ebuild,v 1.5 2005/08/13 16:06:58 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-driver/hostap-driver-0.3.7.ebuild,v 1.6 2005/10/29 12:53:55 brix Exp $ inherit toolchain-funcs eutils linux-mod @@ -19,8 +19,9 @@ BUILD_PARAMS="KERNEL_PATH=${KV_DIR}" BUILD_TARGETS="all" MODULESD_HOSTAP_DOCS="README" -CONFIG_CHECK="NET_RADIO" -NET_RADIO_ERROR="${P} requires support for Wireless LAN drivers (non-hamradio) & Wireless Extensions (CONFIG_NET_RADIO)." +CONFIG_CHECK="!HOSTAP NET_RADIO" +ERROR_HOSTAP="${P} requires the in-kernel version of the hostap driver to be disabled (CONFIG_HOSTAP)" +ERROR_NET_RADIO="${P} requires support for Wireless LAN drivers (non-hamradio) & Wireless Extensions (CONFIG_NET_RADIO)." pkg_setup() { MODULE_NAMES="hostap(net::${S}/driver/modules) diff --git a/net-wireless/hostap-driver/hostap-driver-0.3.9.ebuild b/net-wireless/hostap-driver/hostap-driver-0.3.9.ebuild index c263c8a9c05e..4ced805f8047 100644 --- a/net-wireless/hostap-driver/hostap-driver-0.3.9.ebuild +++ b/net-wireless/hostap-driver/hostap-driver-0.3.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-driver/hostap-driver-0.3.9.ebuild,v 1.3 2005/08/16 12:34:58 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-driver/hostap-driver-0.3.9.ebuild,v 1.4 2005/10/29 12:53:55 brix Exp $ inherit toolchain-funcs eutils linux-mod @@ -19,8 +19,9 @@ BUILD_PARAMS="KERNEL_PATH=${KV_DIR}" BUILD_TARGETS="all" MODULESD_HOSTAP_DOCS="README" -CONFIG_CHECK="NET_RADIO" -NET_RADIO_ERROR="${P} requires support for Wireless LAN drivers (non-hamradio) & Wireless Extensions (CONFIG_NET_RADIO)." +CONFIG_CHECK="!HOSTAP NET_RADIO" +ERROR_HOSTAP="${P} requires the in-kernel version of the hostap driver to be disabled (CONFIG_HOSTAP)" +ERROR_NET_RADIO="${P} requires support for Wireless LAN drivers (non-hamradio) & Wireless Extensions (CONFIG_NET_RADIO)." pkg_setup() { MODULE_NAMES="hostap(net::${S}/driver/modules) diff --git a/net-wireless/hostap-driver/hostap-driver-0.4.5.ebuild b/net-wireless/hostap-driver/hostap-driver-0.4.5.ebuild index bc06eeb207e4..79a4d50a5669 100644 --- a/net-wireless/hostap-driver/hostap-driver-0.4.5.ebuild +++ b/net-wireless/hostap-driver/hostap-driver-0.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-driver/hostap-driver-0.4.5.ebuild,v 1.1 2005/10/17 10:14:45 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-driver/hostap-driver-0.4.5.ebuild,v 1.2 2005/10/29 12:53:55 brix Exp $ inherit toolchain-funcs eutils linux-mod @@ -21,8 +21,9 @@ MODULESD_HOSTAP_CRYPT_WEP_ENABLED="no" MODULESD_HOSTAP_CRYPT_TKIP_ENABLED="no" MODULESD_HOSTAP_CRYPT_CCMP_ENABLED="no" -CONFIG_CHECK="NET_RADIO" -NET_RADIO_ERROR="${P} requires support for Wireless LAN drivers (non-hamradio) & Wireless Extensions (CONFIG_NET_RADIO)." +CONFIG_CHECK="!HOSTAP NET_RADIO" +ERROR_HOSTAP="${P} requires the in-kernel version of the hostap driver to be disabled (CONFIG_HOSTAP)" +ERROR_NET_RADIO="${P} requires support for Wireless LAN drivers (non-hamradio) & Wireless Extensions (CONFIG_NET_RADIO)." pkg_setup() { linux-mod_pkg_setup |