Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 128547 Details for
Bug 187497
bump net-wireless/ralink-rt61 to 1.1.1.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
removed wireless patch for later kernels and added rtmp_main.c patch for pci_module_init error
ralink-rt61-1.1.1.0.ebuild (text/plain), 1.18 KB, created by
Brett Coady
on 2007-08-19 08:37:58 UTC
(
hide
)
Description:
removed wireless patch for later kernels and added rtmp_main.c patch for pci_module_init error
Filename:
MIME Type:
Creator:
Brett Coady
Created:
2007-08-19 08:37:58 UTC
Size:
1.18 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-wireless/ralink-rt61/ralink-rt61-1.1.0.0.ebuild,v 1.4 2007/06/07 14:03:32 opfer Exp $ > >inherit eutils linux-mod > >DESCRIPTION="Driver for the RaLink RT61 wireless chipset" >HOMEPAGE="http://www.ralinktech.com/" >LICENSE="GPL-2" > >MY_P=${P/${PN}-/IS_Linux_STA_6x_D_} > >SRC_URI="http://www.ralinktech.com.tw/data/${MY_P}.tar.gz" > >KEYWORDS="-* amd64 x86" >IUSE="" >SLOT="0" > >DEPEND="" >RDEPEND="net-wireless/wireless-tools > !net-wireless/rt61" > >S="${WORKDIR}/${MY_P}" > >MODULE_NAMES="rt61(net:${S}/Module)" >BUILD_TARGETS=" " >MODULESD_RT61_ALIASES=('ra? rt61') > > >src_compile() { > epatch ${FILESDIR}/rtmp_main.diff > if kernel_is 2 6; then > cp Module/Makefile.6 Module/Makefile > elif kernel_is 2 4; then > cp Module/Makefile.4 Module/Makefile > else > die "Your kernel version is not supported!" > fi > > linux-mod_src_compile >} > >src_install() { > linux-mod_src_install > > dodoc Module/{ReleaseNote,STA_iwpriv_ATE_usage.txt,README,iwpriv_usage.txt} > > insinto /etc/Wireless/RT61STA > insopts -m 0600 > doins Module/rt61sta.dat > insopts -m 0644 > doins Module/{rt2561,rt2561s,rt2661}.bin >}
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 187497
:
126704
| 128547 |
128549