Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (78f2f37924e78356aa70feb0d48ff983cb7fb4b2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (78f2f37924e78356aa70feb0d48ff983cb7fb4b2)
  • Date: Sat, 13 Feb 2010 06:01:18 -0600

GIT changes to master z-rejected grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

z-kernels/broadcom-wl/DETAILS | 13 +++++++------
z-kernels/broadcom-wl/HISTORY | 4 ++++
z-kernels/broadcom-wl/PRE_BUILD | 4 +---
z-kernels/broadcom-wl/sched.patch | 10 ----------
4 files changed, 12 insertions(+), 19 deletions(-)

New commits:
commit 78f2f37924e78356aa70feb0d48ff983cb7fb4b2
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

broadcom-wl: => 5.60.48.36

diff --git a/z-kernels/broadcom-wl/DETAILS b/z-kernels/broadcom-wl/DETAILS
index 2dfb497..ee49556 100755
--- a/z-kernels/broadcom-wl/DETAILS
+++ b/z-kernels/broadcom-wl/DETAILS
@@ -1,11 +1,11 @@
SPELL=broadcom-wl
- VERSION=5.10.91.9.3
+ VERSION=5.60.48.36
if [[ ${SMGL_COMPAT_ARCHS[1]} == x86_64 ]]; then
BROADCOM_WL_ARCH=64

SOURCE_HASH=sha512:033f8d9a8bef1ee4ac6d92ed69692b8c8f15efedd42c6e97b750ab14d34cfdb467f02303fa81f5352955d08510a30e9b04e52e8896e3faa8c2004c60af78332c
else
BROADCOM_WL_ARCH=32
-
SOURCE_HASH=sha512:5a78352083440a6fc915859c29e8fe0dbbb58c6b7c0942646780633b4561ba3cbfddc99ef05407998066c36f6bd3a584d51f9f2757dd905e550cef4329c0cf6b
+
SOURCE_HASH=sha512:f70bdcc75d97a6da51e654dbb1ee39dad6d5332509c8b9bf9d72e3ae3449d2a863456b157d326b3681fc8983adcb530a40aa3cd7038e045b204e7e4ebb38573a
fi
SOURCE=hybrid-portsrc-x86_${BROADCOM_WL_ARCH}-v${VERSION}.tar.gz
SOURCE_URL[0]=http://www.broadcom.com/docs/linux_sta/$SOURCE
@@ -18,12 +18,13 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SHORT="Broadcom 802.11abg networking drivers"
cat << EOF
These packages contain Broadcom's IEEE 802.11a/b/g/n hybrid Linux device
driver
-for use with Broadcom's BCM4311-, BCM4312-, BCM4321-, and BCM4322-based
hardware.
+for use with Broadcom's BCM4311-, BCM4312-, BCM4321-, and BCM4322-based
+hardware.

The hybrid binary file is agnostic to the specific version of the Linux
kernel
because it is designed to perform all interactions with the operating system
through operating-system-specific files and an operating system abstraction
-layer file. All Linux operating-system-specific code is provided in source
form,
-making it possible to retarget to different kernel versions and fix operating
-system related issues.
+layer file. All Linux operating-system-specific code is provided in source
+form, making it possible to retarget to different kernel versions and fix
+operating system related issues.
EOF
diff --git a/z-kernels/broadcom-wl/HISTORY b/z-kernels/broadcom-wl/HISTORY
index 717cc99..60ad349 100644
--- a/z-kernels/broadcom-wl/HISTORY
+++ b/z-kernels/broadcom-wl/HISTORY
@@ -1,3 +1,7 @@
+2010-02-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 5.60.48.36; fixed long description wrap
+ * sched.patch: removed
+
2009-12-06 Vlad Glagolev <stealth AT sourcemage.org>
* PRE_BUILD: apply the patch
* sched.patch: added, to fix compilation with kernel 2.6.32
diff --git a/z-kernels/broadcom-wl/PRE_BUILD b/z-kernels/broadcom-wl/PRE_BUILD
index feddae9..54dc544 100755
--- a/z-kernels/broadcom-wl/PRE_BUILD
+++ b/z-kernels/broadcom-wl/PRE_BUILD
@@ -1,5 +1,3 @@
mk_source_dir "$SOURCE_DIRECTORY" &&
cd "$SOURCE_DIRECTORY" &&
-unpack_file &&
-
-patch -p0 < "$SPELL_DIRECTORY/sched.patch"
+unpack_file
diff --git a/z-kernels/broadcom-wl/sched.patch
b/z-kernels/broadcom-wl/sched.patch
deleted file mode 100644
index 45dbbe4..0000000
--- a/z-kernels/broadcom-wl/sched.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/wl/sys/wl_linux.c.orig 2009-09-10 22:21:58.000000000 +0400
-+++ src/wl/sys/wl_linux.c 2009-12-06 19:02:40.561145923 +0300
-@@ -26,6 +26,7 @@
-
- #include <linux/types.h>
- #include <linux/errno.h>
-+#include <linux/sched.h>
- #include <linux/pci.h>
- #include <linux/init.h>
- #include <linux/kernel.h>



  • [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (78f2f37924e78356aa70feb0d48ff983cb7fb4b2), Vlad Glagolev, 02/13/2010

Archive powered by MHonArc 2.6.24.

Top of Page