diff options
author | 2011-06-06 06:21:03 +0000 | |
---|---|---|
committer | 2011-06-06 06:21:03 +0000 | |
commit | 14a1aa22951696ed0cd2ad2c24954daaaf0972b2 (patch) | |
tree | 39f3d15afb8e13e07dcf0fadf986cc9c7b469d73 /net-wireless/hostap-driver/hostap-driver-0.4.7.ebuild | |
parent | Linux-3.0 changes. (diff) | |
download | gentoo-2-14a1aa22951696ed0cd2ad2c24954daaaf0972b2.tar.gz gentoo-2-14a1aa22951696ed0cd2ad2c24954daaaf0972b2.tar.bz2 gentoo-2-14a1aa22951696ed0cd2ad2c24954daaaf0972b2.zip |
Linux-3.0 changes.
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'net-wireless/hostap-driver/hostap-driver-0.4.7.ebuild')
-rw-r--r-- | net-wireless/hostap-driver/hostap-driver-0.4.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-wireless/hostap-driver/hostap-driver-0.4.7.ebuild b/net-wireless/hostap-driver/hostap-driver-0.4.7.ebuild index fc9084548fe6..22d5390ee606 100644 --- a/net-wireless/hostap-driver/hostap-driver-0.4.7.ebuild +++ b/net-wireless/hostap-driver/hostap-driver-0.4.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2011 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.7.ebuild,v 1.5 2006/07/18 12:30:57 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-driver/hostap-driver-0.4.7.ebuild,v 1.6 2011/06/06 06:21:03 robbat2 Exp $ inherit toolchain-funcs eutils linux-mod @@ -34,7 +34,7 @@ pcmcia_src_unpack() { if linux_chkconfig_present PCMCIA; then einfo "Kernel based PCMCIA support has been detected." else - if kernel_is 2 6; then + if kernel_is -ge 2 6; then einfo "We have detected that you are running a 2.6 kernel" einfo "but you are not using the built-in PCMCIA support." einfo "We will assume you know what you are doing, but please" |