Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 35395 Details for
Bug 57031
Lucent/Agere Orinoco Drivers CVS with Monitor & Scan Mode (New Ebuilds)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
orinoco-driver-0.13e.ebuild
orinoco-driver-0.13e.ebuild (text/plain), 1.19 KB, created by
DiskBreaker
on 2004-07-14 08:14:21 UTC
(
hide
)
Description:
orinoco-driver-0.13e.ebuild
Filename:
MIME Type:
Creator:
DiskBreaker
Created:
2004-07-14 08:14:21 UTC
Size:
1.19 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit kmod kernel-mod > >IUSE="" > >DESCRIPTION="Advanced drivers for Orinoco/Airport cards" >HOMEPAGE="http://www.informatik.uni-bremen.de/~plasmahh/orinoco.html" > >DEPEND="virtual/linux-sources > sys-kernel/config-kernel > net-wireless/wireless-tools" >RDEPEND="$DEPEND" > >SLOT="${KV}" > >LICENSE="MPL-1.1" >KEYWORDS="~x86 ~ppc" > >PATCHVER="SN5" >MY_P="${P/driver-/}" >MY_P="${MY_P-SN5}" > >S="${WORKDIR}/${MY_P}" > >MODULEDIR="/lib/modules/${KV}/kernel/drivers/net/wireless" > >SRC_URI="http://www.informatik.uni-bremen.de/~plasmahh/${MY_P}.tar.bz2" > >src_unpack () >{ > kmod_src_unpack >} > >src_compile () >{ > kernel-mod_src_compile > make || die "Make error" >} > >src_install () >{ > # Make a backup copy of old drivers > einfo "Backing up old Orinoco kernel modules." > install -b -S .orig *.$KV_OBJ ${MODULEDIR}/ > > insinto ${MODULEDIR} > doins *.$KV_OBJ > > dodoc README.orinoco >} > >pkg_postinst () >{ > kmod_pkg_postinst > einfo "These modules support monitor mode (i.e. wireless sniffing)" > einfo "and scan mode (iwlist scan)." > > if [ "${ROOT}" = / ] > then > [ -x /usr/sbin/update-modules ] && /usr/sbin/update-modules > 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 57031
:
35395
|
35396
|
35397
|
35469
|
36624
|
36625
|
36626
|
36627
|
42758