Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 166356

Summary: net-wireless/iwlwifi-ucode (new ebuild)
Product: Gentoo Linux Reporter: smrspam88
Component: New packagesAssignee: Saleem Abdulrasool (RETIRED) <compnerd>
Status: RESOLVED FIXED    
Severity: enhancement CC: bugs-gentoo, compnerd, dick, hanscats, mobile+disabled, pacho, phreak, radek, rhican, rhill, vladmihaisima
Priority: High Keywords: EBUILD, InOverlay, REVIEWED
Version: 2006.1   
Hardware: x86   
OS: Linux   
URL: http://bughost.org/iwlwifi
Whiteboard: [sunrise-overlay]
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 174965    
Attachments: The ebuild
net-wireless/iwlwifi-ucode-2.14.1.ebuild

Description smrspam88 2007-02-11 15:08:43 UTC
I wrote an ebuild for the firmware used by the still experimental iwlwifi driver.
I'm actually trying to write an ebuild for the driver itself as well, but thats harder as the driver requires the d80211 wlan stack. 
Still, somebody might find this useful.

Bye,
Momsen

Reproducible: Always
Comment 1 smrspam88 2007-02-11 15:09:57 UTC
Created attachment 109849 [details]
The ebuild

net-wireless/iwlwifi-ucode looks like a good place.

BTW I was not quite sure about the license, so feel free to change it
Comment 2 Dick Marinus 2007-04-17 19:30:58 UTC
Created attachment 116549 [details]
net-wireless/iwlwifi-ucode-2.14.1.ebuild
Comment 3 smrspam88 2007-05-18 18:39:02 UTC
2.14.3 has been released, renaming should work.
Comment 4 smrspam88 2007-05-19 13:09:47 UTC
(In reply to comment #3)
> 2.14.3 has been released, renaming should work.
> 

No it doesn't;-), they changed quite a few file names 
Comment 5 Stefan Schweizer (RETIRED) gentoo-dev 2007-05-25 13:05:53 UTC
2.14.3 is in sunrise now for iwlwifi. Thanks!
Comment 6 polytan 2007-05-30 14:17:49 UTC
You don't have src_unpack ?

src_unpack() {
	tar -xf ${DISTDIR}/${P}.tgz
}

src_install() {
	insinto /lib/firmware
	doins iwlwifi-3945.ucode LICENSE.iwlwifi-ucode
	dodoc README.iwlwifi-ucode
}
Comment 7 Saleem Abdulrasool (RETIRED) gentoo-dev 2007-07-11 03:16:46 UTC
added to portage as iwl3945-ucode