Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 73465 Details for
Bug 113412
net-dialup/intel-536ep-4.71 (version bump)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for intel 536ep modem
intel-536ep-4.71.ebuild (text/plain), 1.12 KB, created by
mwahl
on 2005-11-23 16:49:15 UTC
(
hide
)
Description:
ebuild for intel 536ep modem
Filename:
MIME Type:
Creator:
mwahl
Created:
2005-11-23 16:49:15 UTC
Size:
1.12 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils flag-o-matic linux-mod > >DESCRIPTION="Driver for Intel 536EP modem" >HOMEPAGE="http://developer.intel.com/design/modems/products/536ep.htm" >SRC_URI="ftp://aiedownload.intel.com/df-support/6497/eng/${P}.tgz" > >LICENSE="Intel" >SLOT="0" >KEYWORDS="~x86" >IUSE="" >#perhaps add some kernels here? >DEPEND="" > >S=${WORKDIR}/Intel-536 >MODULE_NAMES="Intel536(:${S}/coredrv)" > >pkg_setup() { > if kernel_is 2 4; then > BUILD_TARGETS="536core" > BUILD_PARAMS="KERNEL_SOURCE_PATH=${KV_DIR} TARGET=TARGET_SELAH" > else > BUILD_TARGETS="536core_26" > BUILD_PARAMS="KERNEL_SOURCE_PATH=${KV_DIR}" > fi > > linux-mod_pkg_setup >} > >#src_compile() { ># cd ${S} ># make clean || die "emake failed" ># cd coredrv ># make 536core_26 || die "emake failed" >#} > >src_install() { > linux-mod_src_install > > #install hamregistry executable > exeinto /usr/sbin > doexe ${S}/hamregistry > > #install boot script and config > exeinto /etc/init.d > newexe ${FILESDIR}/intel536ep.initd intel536ep > insinto /etc/conf.d > newins ${FILESDIR}/intel536ep.confd intel536ep >}
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 113412
:
73465
|
73467
|
73468