Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 135754 Details for
Bug 198724
net-misc/attansic_l2 - fast ethernet driver module for Linux kernel 2.6.22 (found on ASUS F5R series notebook)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild depend on CONFIG_NETDEVICES
attansic_l2-1.0.6_rc22_p20071111.ebuild (text/plain), 1.00 KB, created by
Sebastian Glita
on 2007-11-11 16:45:58 UTC
(
hide
)
Description:
ebuild depend on CONFIG_NETDEVICES
Filename:
MIME Type:
Creator:
Sebastian Glita
Created:
2007-11-11 16:45:58 UTC
Size:
1.00 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit linux-mod > >DESCRIPTION="Attansic L2 fast ethernet driver" >HOMEPAGE="http://www.attansic.com/english/products/index.html" > >SRC_URI="http://www.cs.upt.ro/~gseba/${P}.tar.bz2" >LICENSE="GPL-2" > >SLOT="0" >KEYWORDS="~x86" > >IUSE="" > >RESTRICT="" > >S="${WORKDIR}/src" > >DEPEND="" >RDEPEND="${DEPEND} app-arch/unrar" > >MODULE_NAMES="atl2(kernel/drivers/net:)" >BUILD_TARGETS="default" >CONFIG_CHECK="NET NETDEVICES" > >pkg_setup() { > kernel_is 2 6 22 || die "The ebuild is for kernel 2.6.22 only!" > linux-mod_pkg_setup > BUILD_PARAMS="KERNELDIR=${KV_DIR}" >} > >src_unpack() { > cd "${S}/.." > unpack "${A}" > unpack "./L2-linux-driver_new.rar" > cd "./src" > epatch "../attansic_l2_2.6.22.patch" > convert_to_m ${S}/Makefile >} > >src_install() { > linux-mod_src_install > cd "${S}/.." > dodoc readme release_note.txt > doman atl2.7 >} > >pkg_postinst() { > einfo > einfo "Please do \`man 7 atl2' for the module's parameters." > einfo >}
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 198724
:
135656
|
135674
|
135754
|
135915
|
135917
|
143142
|
151638
|
162350