Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 166356 - net-wireless/iwlwifi-ucode (new ebuild)
Summary: net-wireless/iwlwifi-ucode (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Saleem Abdulrasool (RETIRED)
URL: http://bughost.org/iwlwifi
Whiteboard: [sunrise-overlay]
Keywords: EBUILD, InOverlay, REVIEWED
Depends on:
Blocks: 174965
  Show dependency tree
 
Reported: 2007-02-11 15:08 UTC by smrspam88
Modified: 2007-07-11 03:16 UTC (History)
11 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
The ebuild (iwlwifi-ucode-2.14.1.ebuild,819 bytes, text/plain)
2007-02-11 15:09 UTC, smrspam88
Details
net-wireless/iwlwifi-ucode-2.14.1.ebuild (iwlwifi-ucode-2.14.1.ebuild,560 bytes, text/plain)
2007-04-17 19:30 UTC, Dick Marinus
Details

Note You need to log in before you can comment on or make changes to this bug.
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