Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Side by Side Diff: net-wireless/iwl6005-ucode/iwl6005-ucode-17.168.5.2-r1.ebuild

Issue 6822018: chromiumos-overlay: update intel wifi driver support (Closed) Base URL: ssh://gitrw.chromium.org:9222/chromiumos-overlay.git@master
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 1999-2010 Gentoo Foundation 1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2 2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl6000-ucode/iwl6000-ucode-9.22 1.4.1.ebuild,v 1.2 2010/07/20 22:05:39 flameeyes Exp $ 3 # $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl6000-ucode/iwl6000-ucode-9.22 1.4.1.ebuild,v 1.2 2010/07/20 22:05:39 flameeyes Exp $
4 4
5 MY_PN="iwlwifi-6000-ucode" 5 RESTRICT="mirror"
6
7 MY_PN="iwlwifi-6000g2a-ucode"
6 8
7 DESCRIPTION="Intel (R) Wireless WiFi Advanced N 6000 ucode" 9 DESCRIPTION="Intel (R) Wireless WiFi Advanced N 6000 ucode"
8 HOMEPAGE="http://intellinuxwireless.org/?p=iwlwifi" 10 HOMEPAGE="http://intellinuxwireless.org/?p=iwlwifi"
9 SRC_URI="http://intellinuxwireless.org/iwlwifi/downloads/${MY_PN}-${PV}.tgz" 11 SRC_URI="http://intellinuxwireless.org/iwlwifi/downloads/${MY_PN}-${PV}.tgz"
10 12
11 LICENSE="ipw3945" 13 LICENSE="ipw3945"
12 SLOT="0" 14 SLOT="0"
13 KEYWORDS="amd64 x86" 15 KEYWORDS="amd64 x86"
14 IUSE="" 16 IUSE=""
15 RDEPEND="" 17 RDEPEND=""
16 18
17 DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )" 19 DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )"
18 20
19 S="${WORKDIR}/${MY_PN}-${PV}" 21 S="${WORKDIR}/${MY_PN}-${PV}"
20 22
21 src_compile() { :; } 23 src_compile() { :; }
22 24
23 src_install() { 25 src_install() {
24 insinto /lib/firmware 26 insinto /lib/firmware
25 » doins "${S}/iwlwifi-6000-4.ucode" || die 27 » doins "${S}/iwlwifi-6000g2a-5.ucode" || die
26 28
27 dodoc README* || die "dodoc failed" 29 dodoc README* || die "dodoc failed"
28
29 # TODO(pstew): This is a workaround to fix 802.11n problems! Fix it
30 # for real!
31 insinto /etc/modprobe.d
32 doins "${FILESDIR}/iwlagn.conf"
33 } 30 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698