Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 209844 Details for
Bug 236162
sys-fs/usb-rndis-lite-0.11 - usb-rndis-lite-0.11/cdc_ether.c:113: error: implicit declaration of function ‘is_wireless’
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New usb-rndis-lite-9999.ebuild
usb-rndis-lite-9999.ebuild (text/plain), 1.42 KB, created by
Flavio
on 2009-11-10 17:36:50 UTC
(
hide
)
Description:
New usb-rndis-lite-9999.ebuild
Filename:
MIME Type:
Creator:
Flavio
Created:
2009-11-10 17:36:50 UTC
Size:
1.42 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils linux-info linux-mod subversion > >DESCRIPTION="rndis protocol driver" >HOMEPAGE="http://www.synce.org" >LICENSE="GPL" >KEYWORDS="~x86" > >RDEPEND="" >DEPEND=">=virtual/linux-sources-2.6 > !sys-fs/usb-rndis > !sys-fs/usb-rndis-ng" > >ESVN_REPO_URI="https://synce.svn.sourceforge.net/svnroot/synce/trunk/usb-rndis-lite" > >BUILD_TARGETS="default" > >S=${WORKDIR}/${P} >MODULE_NAMES="rndis_host(usb/rndis:${S}) usbnet(usb/rndis:${S}) cdc_ether(usb/rndis:${S})" > >pkg_setup() { > if kernel_is 2 4; then > die "${P} does not support building against kernel 2.4.x" > else > einfo "kernel version ok" > fi > > linux_chkconfig_present USB_ETH || die "kernel CONFIG_USB_ETH is needed" ># linux_chkconfig_present USB_NET_CDCETHER || die "kernel CONFIG_USB_NET_CDCETHER is needed" > linux_chkconfig_present USB_ETH_RNDIS || die "kernel CONFIG_USB_ETH_RNDIS is needed" > ># check CONFIG_USB_ETH_RNDIS=y|m ># check CONFIG_USB_NET_CDCETHER=y|m > > linux-mod_pkg_setup >} > >src_unpack() { > subversion_src_unpack > cd ${S} > epatch "${FILESDIR}"/${PN}-rndis-host.patch >} > >src_compile() { ># if built_with_use debug; then ># sed -i "s/\/\/ #define DEBUG/#define DEBUG/g" *.c ># fi ># if built_with_use verbose; then ># sed -i "s/\/\/ #define VERBOSE/#define VERBOSE/g" *.c ># fi > linux-mod_src_compile >} > >src_install() { > cd ${S} ># ./clean.sh > linux-mod_src_install >} >
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 236162
: 209844 |
209846