Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 47357 Details for
Bug 52893
Atmel Firmware and Configuration for Kernel 2.6
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
atmel-firmware-1.1.ebuild
atmel-firmware-1.1.ebuild (text/plain), 1.08 KB, created by
Stefan Schweizer (RETIRED)
on 2005-01-02 00:51:00 UTC
(
hide
)
Description:
atmel-firmware-1.1.ebuild
Filename:
MIME Type:
Creator:
Stefan Schweizer (RETIRED)
Created:
2005-01-02 00:51:00 UTC
Size:
1.08 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit toolchain-funcs > >DESCRIPTION="Firmware and config for atmel and atmel_cs wlan drivers included in linux 2.6" >HOMEPAGE="http://www.thekelleys.org.uk/atmel/" >SRC_URI="http://www.thekelleys.org.uk/atmel/${P}.tar.gz" >LICENSE="Atmel" #the new license that is posted in bug >SLOT="0" >KEYWORDS="~x86" >IUSE="pcmcia usb" > >DEPEND=">=sys-apps/hotplug-20040923" >RDEPEND=">=net-wireless/wireless-tools-26-r1 > pcmcia? ( sys-apps/pcmcia-cs )" > >src_compile() { > $(tc-getCC) -o atmel_fwl atmel_fwl.c >} > >src_install() { > insinto /lib/firmware > doins images/*.bin > if use usb; then > doins images.usb/*.bin > fi > > if use pcmcia; then > insinto /etc/pcmcia > doins atmel.conf > fi > > dosbin atmel_fwl atmel_fwl.pl > doman atmel_fwl.8 > dodoc README COPYING VERSION >} > >pkg_postinst() { > if use pcmcia && [ -f /var/run/cardmgr.pid ]; then > kill -HUP `cat /var/run/cardmgr.pid` > fi >} > >pkg_postrm() { > if use pcmcia && [ -f /var/run/cardmgr.pid ]; then > kill -HUP `cat /var/run/cardmgr.pid` > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 52893
:
32601
|
42800
|
42812
|
44899
|
45973
| 47357