Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 45799 Details for
Bug 74160
madwifi-driver-0.1_pre20041019.ebuild (Update) for amd64
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
madwifi-driver-0.1_pre20041019.ebuild
madwifi-driver-0.1_pre20041019.ebuild (text/plain), 2.05 KB, created by
Mark Thorn
on 2004-12-11 21:05:14 UTC
(
hide
)
Description:
madwifi-driver-0.1_pre20041019.ebuild
Filename:
MIME Type:
Creator:
Mark Thorn
Created:
2004-12-11 21:05:14 UTC
Size:
2.05 KB
patch
obsolete
># Copyright 1999-2004 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_pre20041019.ebuild,v 1.2 2004/10/22 19:16:11 solar Exp $ > ># cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/madwifi login ># cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/madwifi co -r HEAD madwifi ># cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/madwifi logout > >inherit eutils kernel-mod > >DESCRIPTION="Wireless driver for Atheros chipset a/b/g cards" >HOMEPAGE="http://madwifi.sourceforge.net/" > ># Point to any required sources; these will be automatically downloaded by ># Portage. >SRC_URI="mirror://gentoo/${P}.tar.bz2" >#SRC_URI="${SRC_URI} mirror://gentoo/${PN}-${PV}-gentoo.patch.bz2" > >LICENSE="GPL-2" >SLOT="0" > >KEYWORDS="~x86 ~amd64" >IUSE="" >DEPEND="app-arch/sharutils" >RDEPEND="" > >S=${WORKDIR} > >pkg_setup() { > check_KV > if [[ "${KV}" > "2.5" ]] ; then > if [[ "${KV}" < "2.6.6" ]] ; then > cd ${ROOT}/usr/src/linux > [ -x ./scripts/modpost ] \ > && ./scripts/modpost ./vmlinux > fi > fi >} > >src_unpack() { > check_KV > unpack ${A} > cd ${S} > > epatch ${FILESDIR}/madwifi-multi-ssid-support.patch > > if kernel-mod_is_2_6_kernel && [ ${KV_PATCH} -gt 5 ]; then > for dir in ath ath_hal net80211; do > sed -i -e "s:SUBDIRS=:M=:" ${S}/${dir}/Makefile > done > fi >} > >src_compile() { > case $ARCH in > x86) TARGET=i386-elf;; > amd64) TARGET=x86_64-elf;; > esac > > unset ARCH > make clean > make TARGET="${TARGET}" TOOLPREFIX="/usr/bin/" \ > KERNELPATH="${ROOT}/usr/src/linux" KERNELRELEASE="${KV}" || die >} > >src_install() { > unset ARCH > make KERNELPATH="${ROOT}/usr/src/linux" KERNELRELEASE="${KV}" \ > DESTDIR="${D}" install || die > > dodoc README COPYRIGHT >} > >pkg_postinst() { > > [ -r "${ROOT}/usr/src/linux/System.map" ] && \ > depmod -ae -F "${ROOT}/usr/src/linux/System.map" -b "${ROOT}" -r ${KV} > > 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 74160
: 45799 |
45862