Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 72823 Details for
Bug 112420
Ebuilds for madwifi-driver, madwifi-tools for 20051111 snapshot, with associated wpa_supplicant ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
madwifi-driver-0.1_pre20051111 ebuild
madwifi-driver-0.1_pre20051111.ebuild (text/plain), 2.18 KB, created by
Mike Auty (RETIRED)
on 2005-11-13 07:46:18 UTC
(
hide
)
Description:
madwifi-driver-0.1_pre20051111 ebuild
Filename:
MIME Type:
Creator:
Mike Auty (RETIRED)
Created:
2005-11-13 07:46:18 UTC
Size:
2.18 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_pre20051031.ebuild,v 1.1 2005/11/09 05:57:34 latexer Exp $ > >inherit linux-mod eutils > >MADWIFI_SVN_REV="1325" >DESCRIPTION="Wireless driver for Atheros chipset a/b/g cards" >HOMEPAGE="http://madwifi.sourceforge.net/" >SRC_URI="http://snapshots.madwifi.org/madwifi-trunk-r${MADWIFI_SVN_REV}-${PV:7:8}.tar.gz" >LICENSE="GPL-2" >KEYWORDS="~x86 ~amd64 ~ppc" >IUSE="" >DEPEND="app-arch/sharutils" >RDEPEND="" >S=${WORKDIR}/madwifi-trunk-r${MADWIFI_SVN_REV}-${PV:7:8} >CONFIG_CHECK="NET_RADIO" >ERROR_NET_RADIO="${P} requires support for Wireless LAN drivers (non-hamradio) & Wireless Extensions (CONFIG_NET_RADIO)." > >pkg_setup() { > linux-mod_pkg_setup > > use x86 && TARGET=i386-elf > use amd64 && TARGET=x86_64-elf > use ppc && TARGET=powerpc-be-eabi > 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_scan_ap(net:${S}/net80211) wlan_scan_sta(net:${S}/net80211) > wlan_xauth(net:${S}/net80211) ath_rate_onoe(net:${S}/ath_rate/onoe) > ath_rate_onoe(net:${S}/ath_rate/onoe) > ath_rate_sample(net:${S}/ath_rate/sample) ath_pci(net:${S}/ath)" > BUILD_PARAMS="KERNELPATH=${ROOT}${KV_OUT_DIR} KERNELRELEASE=${KV_FULL} > TARGET=${TARGET} TOOLPREFIX=/usr/bin/" > BUILD_TARGETS="all" >} > >src_unpack() { > unpack ${A} > cd ${S} > for dir in ath ath_hal net80211 ath_rate/amrr ath_rate/onoe ath_rate/sample; do > convert_to_m ${S}/${dir}/Makefile > done > > # Fix for erronously included header > # sed -i "s:.*if.h>::" ${S}/net80211/ieee80211_ioctl.h || die >} > >src_install() { > linux-mod_src_install > > dodoc README COPYRIGHT > > # install headers for use by > # net-wireless/wpa_supplicant and net-wireless/hostapd > insinto /usr/include/madwifi/include/ > doins include/*.h > insinto /usr/include/madwifi/net80211 > doins net80211/*.h >} > >pkg_postinst() { > linux-mod_pkg_postinst > > 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" > 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 112420
: 72823 |
72824
|
72825
|
72826