Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 221773 Details for
Bug 229459
net-wireless/acx version bump to acx-mac80211-20080210 to get WPA-support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild, requires 2.6.32 kernel
acx-mac80211-20100223.ebuild (text/plain), 1.05 KB, created by
Malte Starostik
on 2010-03-02 10:27:11 UTC
(
hide
)
Description:
Updated ebuild, requires 2.6.32 kernel
Filename:
MIME Type:
Creator:
Malte Starostik
Created:
2010-03-02 10:27:11 UTC
Size:
1.05 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header$ > >inherit git linux-mod > >DESCRIPTION="Driver for the ACX100 and ACX111 wireless chipset (CardBus, PCI, USB)" >HOMEPAGE="http://acx100.sourceforge.net/" > >EGIT_REPO_URI="git://gitorious.org/~oli1417/acx-mac80211/oli1417-clone.git" >EGIT_COMMIT="74a7d8d8bb00f7c769677c53bec56457736ffcad" > >LICENSE="GPL-2 as-is" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" > >IUSE="+pci usb" >DEPEND=">=virtual/linux-sources-2.6.32" >RDEPEND="net-wireless/wireless-tools > net-wireless/acx-firmware" > >MODULE_NAMES="acx-mac80211(net:${S})" >CONFIG_CHECK="WIRELESS_EXT FW_LOADER" >unset SRC_URI > >pkg_setup() { > linux-mod_pkg_setup > BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S}" >} > >src_unpack() { > git_src_unpack >} > >src_compile() { > KCONFIG="CONFIG_ACX_MAC80211=m" > use pci && KCONFIG="${KCONFIG} CONFIG_ACX_MAC80211_PCI=y" > use usb && KCONFIG="${KCONFIG} CONFIG_ACX_MAC80211_USB=y" > emake EXTRA_KCONFIG="${KCONFIG}" || die "emake failed" >} > >src_install() { > linux-mod_src_install > > dodoc README >}
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 229459
:
165097
|
220515
| 221773