Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 53727 Details for
Bug 85680
madwifi ebuild enhancements
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New CVS version plus fixes
madwifi-driver-0.1_pre20050311.ebuild (text/plain), 1.73 KB, created by
Mark S
on 2005-03-17 14:02:35 UTC
(
hide
)
Description:
New CVS version plus fixes
Filename:
MIME Type:
Creator:
Mark S
Created:
2005-03-17 14:02:35 UTC
Size:
1.73 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-wireless/madwifi-driver/madwifi-driver-0.1_pre2005xxxx.ebuild,v 1.3 2005/01/10 04:12:17 solar Exp $ > >inherit eutils linux-mod > >DESCRIPTION="Wireless driver for Atheros chipset a/b/g cards" >HOMEPAGE="http://madwifi.sourceforge.net/" >SRC_URI="http://madwifi.otaku42.de/${PV:7:4}/${PV:11:2}/madwifi-cvs-snapshot-${PV:7:4}-${PV:11:2}-${PV:13:2}.tar.bz2" >LICENSE="GPL-2" >KEYWORDS="~x86 ~amd64" >IUSE="" >DEPEND="app-arch/sharutils" >RDEPEND="" >S=${WORKDIR}/madwifi > >pkg_setup() { > linux-mod_pkg_setup > > use x86 && TARGET=i386-elf > use amd64 && TARGET=x86_64-elf > MODULE_NAMES="ath_hal(net:${S}/ath_hal) wlan(net:${S}/net80211) wlan_acl(net:${S}/net80211) > wlan_ccmp(net:${S}/net80211) wlan_tkip(net:${S}/net80211) wlan_wep(net:${S}/net80211) > wlan_xauth(net:${S}/net80211) ath_rate_onoe(net:${S}/ath_rate/onoe) ath_pci(net:${S}/ath)" > BUILD_PARAMS="KERNELPATH=${ROOT}${KV_DIR} KERNELRELEASE=${KV_FULL} > TARGET=${TARGET} TOOLPREFIX=/usr/bin/" > BUILD_TARGETS="all" >} > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/ath_rate_build_order.patch > > for dir in ath ath_hal net80211 ath_rate/amrr ath_rate/onoe; do > convert_to_m ${S}/${dir}/Makefile > done >} > >src_install() { > dodoc README COPYRIGHT > > linux-mod_src_install > > # /etc/modules.d/madwifi > dodir /etc/modules.d > echo 'probeall ath0 ath_hal ath_pci wlan' > ${D}/etc/modules.d/madwifi || die > >} > >pkg_postinst() { > linux-mod_pkg_postinst > modules-update || return 0 > > einfo "" > einfo "The madwifi drivers create an interface named 'athX'" > einfo "Create /etc/init.d/net.ath0 and add a line for athX" > einfo "in /etc/conf.d/net like 'iface_ath0=\"dhcp\"'" > einfo "" >}
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 85680
:
53724
|
53725
|
53726
|
53727
|
57350