Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 112048 | Differences between
and this patch

Collapse All | Expand All

(-)madwifi-driver-0.1_pre20050420-r1-orig.ebuild (-1 / +2 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-wireless/madwifi-driver/madwifi-driver-0.1_pre20050420-r1.ebuild,v 1.1 2005/08/22 12:16:42 brix Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-wireless/madwifi-driver/madwifi-driver-0.1_pre20050420-r1.ebuild,v 1.1 2005/08/22 12:16:42 brix Exp $
4
4
5
inherit linux-mod
5
inherit linux-mod eutils
6
6
7
DESCRIPTION="Wireless driver for Atheros chipset a/b/g cards"
7
DESCRIPTION="Wireless driver for Atheros chipset a/b/g cards"
8
HOMEPAGE="http://madwifi.sourceforge.net/"
8
HOMEPAGE="http://madwifi.sourceforge.net/"
Lines 33-38 Link Here
33
33
34
src_unpack() {
34
src_unpack() {
35
	unpack ${A}
35
	unpack ${A}
36
	epatch ${FILESDIR}/madwifi-hostapd-groupkey.patch
36
	cd ${S}
37
	cd ${S}
37
	for dir in ath ath_hal net80211 ath_rate/amrr ath_rate/onoe; do
38
	for dir in ath ath_hal net80211 ath_rate/amrr ath_rate/onoe; do
38
		convert_to_m ${S}/${dir}/Makefile
39
		convert_to_m ${S}/${dir}/Makefile

Return to bug 112048