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

Unified Diff: net-wireless/iwl6050-ucode/iwl6050-ucode-41.28.5.1-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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net-wireless/iwl6030-ucode/iwl6030-ucode-17.168.5.2-r1.ebuild ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net-wireless/iwl6050-ucode/iwl6050-ucode-41.28.5.1-r1.ebuild
diff --git a/net-wireless/iwl6000-ucode/iwl6000-ucode-9.221.4.1-r1.ebuild b/net-wireless/iwl6050-ucode/iwl6050-ucode-41.28.5.1-r1.ebuild
similarity index 76%
copy from net-wireless/iwl6000-ucode/iwl6000-ucode-9.221.4.1-r1.ebuild
copy to net-wireless/iwl6050-ucode/iwl6050-ucode-41.28.5.1-r1.ebuild
index 7b4a165b3f04c6d602837a1fbce4d7b80a01e5b3..581b89d53124f88a425bb09885c56ce734236dda 100644
--- a/net-wireless/iwl6000-ucode/iwl6000-ucode-9.221.4.1-r1.ebuild
+++ b/net-wireless/iwl6050-ucode/iwl6050-ucode-41.28.5.1-r1.ebuild
@@ -2,7 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl6000-ucode/iwl6000-ucode-9.221.4.1.ebuild,v 1.2 2010/07/20 22:05:39 flameeyes Exp $
-MY_PN="iwlwifi-6000-ucode"
+RESTRICT="mirror"
+
+MY_PN="iwlwifi-6050-ucode"
DESCRIPTION="Intel (R) Wireless WiFi Advanced N 6000 ucode"
HOMEPAGE="http://intellinuxwireless.org/?p=iwlwifi"
@@ -22,12 +24,7 @@ src_compile() { :; }
src_install() {
insinto /lib/firmware
- doins "${S}/iwlwifi-6000-4.ucode" || die
+ doins "${S}/iwlwifi-6050-5.ucode" || die
dodoc README* || die "dodoc failed"
-
- # TODO(pstew): This is a workaround to fix 802.11n problems! Fix it
- # for real!
- insinto /etc/modprobe.d
- doins "${FILESDIR}/iwlagn.conf"
}
« no previous file with comments | « net-wireless/iwl6030-ucode/iwl6030-ucode-17.168.5.2-r1.ebuild ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698