diff options
author | 2008-08-15 22:07:41 +0000 | |
---|---|---|
committer | 2008-08-15 22:07:41 +0000 | |
commit | 79fa67dcdcb0d64d7989b76c3eee380c8d10c422 (patch) | |
tree | af8fdd91520779a9fb0950c3969a0c99eedde67d /net-wireless | |
parent | Version bump. (diff) | |
download | gentoo-2-79fa67dcdcb0d64d7989b76c3eee380c8d10c422.tar.gz gentoo-2-79fa67dcdcb0d64d7989b76c3eee380c8d10c422.tar.bz2 gentoo-2-79fa67dcdcb0d64d7989b76c3eee380c8d10c422.zip |
Add ABI 2 microcode image for the 4965AGN mini-PCI adapter, as requested by Brian Johnson <gentoo-bugzilla@dogtoe.com> in bug #231485. Preliminary herd ACK by peper on IRC.
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc3-00277-g4ad193b x86_64)
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/iwl4965-ucode/ChangeLog | 9 | ||||
-rw-r--r-- | net-wireless/iwl4965-ucode/iwl4965-ucode-228.57.2.21.ebuild | 29 |
2 files changed, 37 insertions, 1 deletions
diff --git a/net-wireless/iwl4965-ucode/ChangeLog b/net-wireless/iwl4965-ucode/ChangeLog index 23bb9a2477c2..5a34163ac817 100644 --- a/net-wireless/iwl4965-ucode/ChangeLog +++ b/net-wireless/iwl4965-ucode/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-wireless/iwl4965-ucode # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl4965-ucode/ChangeLog,v 1.8 2008/08/13 22:57:02 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl4965-ucode/ChangeLog,v 1.9 2008/08/15 22:07:41 chainsaw Exp $ + +*iwl4965-ucode-228.57.2.21 (15 Aug 2008) + + 15 Aug 2008; <chainsaw@gentoo.org> +iwl4965-ucode-228.57.2.21.ebuild: + Add ABI 2 microcode image for the 4965AGN mini-PCI adapter, as requested + by Brian Johnson <gentoo-bugzilla@dogtoe.com> in bug #231485. Preliminary + herd ACK by peper on IRC. *iwl4965-ucode-228.57.1.21 (13 Aug 2008) diff --git a/net-wireless/iwl4965-ucode/iwl4965-ucode-228.57.2.21.ebuild b/net-wireless/iwl4965-ucode/iwl4965-ucode-228.57.2.21.ebuild new file mode 100644 index 000000000000..a521a63423ee --- /dev/null +++ b/net-wireless/iwl4965-ucode/iwl4965-ucode-228.57.2.21.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl4965-ucode/iwl4965-ucode-228.57.2.21.ebuild,v 1.1 2008/08/15 22:07:41 chainsaw Exp $ + +MY_PN="iwlwifi-4965-ucode" + +DESCRIPTION="Intel (R) Wireless WiFi Link 4965AGN ucode" +HOMEPAGE="http://intellinuxwireless.org/?p=iwlwifi" +SRC_URI="http://intellinuxwireless.org/iwlwifi/downloads/${MY_PN}-${PV}.tgz" + +LICENSE="Intel" +SLOT="1" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )" + +S="${WORKDIR}/${MY_PN}-${PV}" + +src_compile() { + true; +} + +src_install() { + insinto /lib/firmware + doins "${S}/iwlwifi-4965-2.ucode" + + dodoc README* || die "dodoc failed" +} |