Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 23826 Details for
Bug 38225
New ebuild: net-misc/adm8211-net-1.0.5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
adm8211-net-1.05.ebuild
adm8211-net-1.0.5.ebuild (text/plain), 1.78 KB, created by
Jens Schittenhelm
on 2004-01-14 15:10:37 UTC
(
hide
)
Description:
adm8211-net-1.05.ebuild
Filename:
MIME Type:
Creator:
Jens Schittenhelm
Created:
2004-01-14 15:10:37 UTC
Size:
1.78 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/net-misc/nforce-net/nforce-net-1.0.0261-r2.ebuild,v 1.3 2003/12/06 21:05:26 lanius Exp $ > >inherit gcc kernel-mod > >S="${WORKDIR}/ADM8211" >DESCRIPTION="Linux kernel module for the ADMtek 8211 wireless network chip" >HOMEPAGE="http://www.admtek.com.tw/" >SRC_URI="http://www.admtek.com.tw/download/nic/adm8211/ADM8211_src_105.tar.gz" > ># The SLOT needs to be set to $KV to prevent unmerges of modules for other kernels >LICENSE="ADMtek" >SLOT="${KV}" >KEYWORDS="-* x86" >RESTRICT="nostrip" > >DEPEND="virtual/linux-sources" > >pkg_setup() { > ln -s /usr/src/linux /usr/src/linux-2.4 >} > >src_unpack() { > unpack ${A} > cd ${S} > pwd >} > >src_compile() { > cd ${S} > check_KV > if kernel-mod_is_2_5_kernel || kernel-mod_is_2_6_kernel > then > einfo "This driver is only for 2.4 kernels!" > fi > > emake || die >} > >src_install() { > # The driver goes into the standard modules location > insinto /lib/modules/${KV}/pcmcia > > if kernel-mod_is_2_5_kernel || kernel-mod_is_2_6_kernel > then > einfo "Nothing to install" > else > doins 8211.o > fi > > # Docs > dodoc ${S}/README >} > >pkg_postinst() { > > echo > einfo "You need to add \"8211\" to your /etc/modules.autoload to load" > einfo "this module when the system is started. To load the driver," > einfo "type \"insmod 8211\"." > echo > echo "When you get the message:" > einfo "/lib/modules/2.4.24/pcmcia/8211.o: init_module: No such device" > einfo "then you don't have the card plugged in, while loading the driver." > echo >} >
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 38225
: 23826