Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 381280 Details for
Bug 517716
net-wireless/broadcom-sta does not check for !CONFIG_BCMA
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
broadcom-sta-6.30.223.248.ebuild
broadcom-sta-6.30.223.248.ebuild (text/plain), 2.76 KB, created by
M. B.
on 2014-07-21 20:15:41 UTC
(
hide
)
Description:
broadcom-sta-6.30.223.248.ebuild
Filename:
MIME Type:
Creator:
M. B.
Created:
2014-07-21 20:15:41 UTC
Size:
2.76 KB
patch
obsolete
># Copyright 1999-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="5" >inherit eutils linux-info linux-mod > >DESCRIPTION="Broadcom's IEEE 802.11a/b/g/n hybrid Linux device driver" >HOMEPAGE="http://www.broadcom.com/support/802.11/linux_sta.php" >SRC_BASE="http://www.broadcom.com/docs/linux_sta/hybrid-v35" >SRC_URI="x86? ( ${SRC_BASE}-nodebug-pcoem-${PV//\./_}.tar.gz ) > amd64? ( ${SRC_BASE}_64-nodebug-pcoem-${PV//\./_}.tar.gz ) > http://www.broadcom.com/docs/linux_sta/README_${PV}.txt" > >LICENSE="Broadcom" >KEYWORDS="-* ~amd64 ~x86" > >RESTRICT="mirror" > >DEPEND="virtual/linux-sources" >RDEPEND="" > >S="${WORKDIR}" > >MODULE_NAMES="wl(net/wireless)" >MODULESD_WL_ALIASES=("wlan0 wl") > >pkg_setup() { > # bug #300570 > # NOTE<lxnay>: module builds correctly anyway with b43 and SSB enabled > # make checks non-fatal. The correct fix is blackisting ssb and, perhaps > # b43 via udev rules. Moreover, previous fix broke binpkgs support. > CONFIG_CHECK="~!B43 ~!SSB" > CONFIG_CHECK2="LIB80211 ~!MAC80211 ~LIB80211_CRYPT_TKIP" > ERROR_B43="B43: If you insist on building this, you must blacklist it!" > ERROR_BCMA="BCMA: If you insist on building this, you must blacklist it!" > ERROR_SSB="SSB: If you insist on building this, you must blacklist it!" > ERROR_LIB80211="LIB80211: Please enable it. If you can't find it: enabling the driver for \"Intel PRO/Wireless 2100\" or \"Intel PRO/Wireless 2200BG\" (IPW2100 or IPW2200) should suffice." > ERROR_MAC80211="MAC80211: If you insist on building this, you must blacklist it!" > ERROR_PREEMPT_RCU="PREEMPT_RCU: Please do not set the Preemption Model to \"Preemptible Kernel\"; choose something else." > ERROR_LIB80211_CRYPT_TKIP="LIB80211_CRYPT_TKIP: You will need this for WPA." > if kernel_is ge 3 8 8; then > CONFIG_CHECK="${CONFIG_CHECK} ${CONFIG_CHECK2} CFG80211 ~!PREEMPT_RCU ~!PREEMPT" > elif kernel_is ge 2 6 32; then > CONFIG_CHECK="${CONFIG_CHECK} ${CONFIG_CHECK2} CFG80211" > elif kernel_is ge 2 6 31; then > CONFIG_CHECK="${CONFIG_CHECK} ${CONFIG_CHECK2} WIRELESS_EXT ~!MAC80211" > elif kernel_is ge 2 6 29; then > CONFIG_CHECK="${CONFIG_CHECK} ${CONFIG_CHECK2} WIRELESS_EXT COMPAT_NET_DEV_OPS" > else > CONFIG_CHECK="${CONFIG_CHECK} IEEE80211 IEEE80211_CRYPT_TKIP" > fi > > linux-mod_pkg_setup > > BUILD_PARAMS="-C ${KV_DIR} M=${S}" > BUILD_TARGETS="wl.ko" >} > >src_unpack() { > unpack ${A} > > cp "${DISTDIR}/README_${PV}.txt" "${S}" >} > >src_prepare() { > epatch \ > "${FILESDIR}/${PN}-6.30.223.141-license.patch" \ > "${FILESDIR}/${PN}-6.30.223.141-makefile.patch" \ > "${FILESDIR}/${PN}-6.30.223.141-eth-to-wlan.patch" \ > "${FILESDIR}/${PN}-6.30.223.141-gcc.patch" \ > "${FILESDIR}/${PN}-6.30.223.141-linux-3.15.patch" > > epatch_user >} > >src_install() { > #emake DESTDIR="${D}" install > linux-mod_src_install > > dodoc "${WORKDIR}/README_${PV}.txt" >}
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 517716
:
381280
|
381286