summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-09-09 09:39:46 +0000
committerChristian Heim <phreak@gentoo.org>2007-09-09 09:39:46 +0000
commit0993c50ff4f0e6d68d4904ffd70cba5714c9cb7a (patch)
treeb499ea36534e4bbea8cdb6afa54576274de2680c /net-wireless
parentAdd amd/vermilion to VIDEO_CARDS entries. (diff)
downloadgentoo-2-0993c50ff4f0e6d68d4904ffd70cba5714c9cb7a.tar.gz
gentoo-2-0993c50ff4f0e6d68d4904ffd70cba5714c9cb7a.tar.bz2
gentoo-2-0993c50ff4f0e6d68d4904ffd70cba5714c9cb7a.zip
Apparently 2.6.20 has the WIRELESS_EXT config option, removing the commented out old checks.
(Portage version: 2.1.3.9)
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/ipw3945/ChangeLog6
-rw-r--r--net-wireless/ipw3945/ipw3945-1.2.2.ebuild12
2 files changed, 6 insertions, 12 deletions
diff --git a/net-wireless/ipw3945/ChangeLog b/net-wireless/ipw3945/ChangeLog
index a36c1f510e7d..2f28c849f89a 100644
--- a/net-wireless/ipw3945/ChangeLog
+++ b/net-wireless/ipw3945/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-wireless/ipw3945
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/ipw3945/ChangeLog,v 1.30 2007/09/09 08:35:51 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/ipw3945/ChangeLog,v 1.31 2007/09/09 09:39:46 phreak Exp $
+
+ 09 Sep 2007; Christian Heim <phreak@gentoo.org> ipw3945-1.2.2.ebuild:
+ Apparently 2.6.20 has the WIRELESS_EXT config option, removing the commented
+ out old checks.
*ipw3945-1.2.2 (09 Sep 2007)
diff --git a/net-wireless/ipw3945/ipw3945-1.2.2.ebuild b/net-wireless/ipw3945/ipw3945-1.2.2.ebuild
index 9a83ae632c4e..24b33902722b 100644
--- a/net-wireless/ipw3945/ipw3945-1.2.2.ebuild
+++ b/net-wireless/ipw3945/ipw3945-1.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/ipw3945/ipw3945-1.2.2.ebuild,v 1.1 2007/09/09 08:35:51 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/ipw3945/ipw3945-1.2.2.ebuild,v 1.2 2007/09/09 09:39:46 phreak Exp $
inherit linux-mod eutils
@@ -37,16 +37,6 @@ pkg_setup() {
if kernel_is lt 2 6 18; then
die "${P} needs a kernel >=2.6.18! Please set your KERNEL_DIR or /usr/src/linux suitably"
-# I've no idea, why linux-info is passing the above CONFIG_CHECK on any kernel
-# <2.6.22, since they don't even *HAVE* that config option. But still linux-info
-# isn't bailing.
-#
-# elif kernel_is ge 2 6 22 ; then
-# CONFIG_CHECK="${CONFIG_CHECK} WIRELESS_EXT"
-# ERROR_WIRELESS_EXT="${P} requires support for Wireless LAN drivers (non-hamradio) & Wireless Extensions"
-# else
-# CONFIG_CHECK="${CONFIG_CHECK} NET_RADIO"
-# ERROR_NET_RADIO="${P} requires support for Wireless LAN drivers (non-hamradio) & Wireless Extensions (CONFIG_NET_RADIO)."
fi
linux-mod_pkg_setup