* [gentoo-commits] gentoo-x86 commit in net-wireless/broadcom-sta: ChangeLog broadcom-sta-5.60.246.2-r1.ebuild
@ 2010-10-30 6:44 Matsuu Takuto (matsuu)
0 siblings, 0 replies; only message in thread
From: Matsuu Takuto (matsuu) @ 2010-10-30 6:44 UTC (permalink / raw
To: gentoo-commits
matsuu 10/10/30 06:44:15
Modified: ChangeLog
Added: broadcom-sta-5.60.246.2-r1.ebuild
Log:
Fixed 2.6.34 issue, bug #343025.
(Portage version: 2.1.9.22/cvs/Linux x86_64)
Revision Changes Path
1.27 net-wireless/broadcom-sta/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/broadcom-sta/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/broadcom-sta/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/broadcom-sta/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/broadcom-sta/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 27 Oct 2010 15:56:35 -0000 1.26
+++ ChangeLog 30 Oct 2010 06:44:15 -0000 1.27
@@ -1,6 +1,13 @@
# ChangeLog for net-wireless/broadcom-sta
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/broadcom-sta/ChangeLog,v 1.26 2010/10/27 15:56:35 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/broadcom-sta/ChangeLog,v 1.27 2010/10/30 06:44:15 matsuu Exp $
+
+*broadcom-sta-5.60.246.2-r1 (30 Oct 2010)
+
+ 30 Oct 2010; MATSUU Takuto <matsuu@gentoo.org>
+ +broadcom-sta-5.60.246.2-r1.ebuild,
+ +files/broadcom-sta-5.60.246.2-linux-2.6.34.patch:
+ Fixed 2.6.34 issue, bug #343025.
*broadcom-sta-5.60.246.2 (27 Oct 2010)
1.1 net-wireless/broadcom-sta/broadcom-sta-5.60.246.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/broadcom-sta/broadcom-sta-5.60.246.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/broadcom-sta/broadcom-sta-5.60.246.2-r1.ebuild?rev=1.1&content-type=text/plain
Index: broadcom-sta-5.60.246.2-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/broadcom-sta/broadcom-sta-5.60.246.2-r1.ebuild,v 1.1 2010/10/30 06:44:15 matsuu Exp $
EAPI="2"
inherit eutils 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-portsrc_x86-"
SRC_URI="x86? ( ${SRC_BASE}32_v${PV}.tar.gz )
amd64? ( ${SRC_BASE}64_v${PV}.tar.gz )"
LICENSE="Broadcom"
KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT="mirror"
DEPEND=">=virtual/linux-sources-2.6.22"
RDEPEND=""
S="${WORKDIR}"
MODULE_NAMES="wl(net/wireless)"
MODULESD_WL_ALIASES=("wlan0 wl")
PROPERTIES="interactive"
pkg_setup() {
check_license
# 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"
if kernel_is ge 2 6 33; then
CONFIG_CHECK="${CONFIG_CHECK} LIB80211 WIRELESS_EXT CFG80211_WEXT WEXT_PRIV ~!MAC80211"
ERROR_WEXT_PRIV="Starting with 2.6.33, it is not possible to set WEXT_PRIV directly. We recommend to set another symbol selecting WEXT_PRIV, for example, PRISM54, IPW2200 and so on. See Bug #248450 comment#98."
elif kernel_is ge 2 6 31; then
CONFIG_CHECK="${CONFIG_CHECK} LIB80211 WIRELESS_EXT ~!MAC80211"
elif kernel_is ge 2 6 29; then
CONFIG_CHECK="${CONFIG_CHECK} LIB80211 WIRELESS_EXT ~!MAC80211 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_prepare() {
epatch "${FILESDIR}/${PN}-5.10.91.9-license.patch" \
"${FILESDIR}/${P}-gcc.patch" \
"${FILESDIR}/${P}-linux-2.6.34.patch"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-10-30 6:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-30 6:44 [gentoo-commits] gentoo-x86 commit in net-wireless/broadcom-sta: ChangeLog broadcom-sta-5.60.246.2-r1.ebuild Matsuu Takuto (matsuu)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox