Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=bluez.git;a=commitdiff;h=f29011f71e4b838f6611805d358d8988dcbf1ad3

commit f29011f71e4b838f6611805d358d8988dcbf1ad3
Author: Miklos Vajna <[email protected]>
Date:   Fri Feb 12 14:18:56 2010 +0100

bcmwl-5.60.48.36-1-i686

- version bump

diff --git a/source/network-extra/bcmwl/FrugalBuild 
b/source/network-extra/bcmwl/FrugalBuild
index 18bbe26..0c2c620 100644
--- a/source/network-extra/bcmwl/FrugalBuild
+++ b/source/network-extra/bcmwl/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Miklos Vajna <[email protected]>

pkgname=bcmwl
-pkgver=5.10.91.9.3
+pkgver=5.60.48.36
pkgrel=1
pkgdesc="Broadcom 802.11 Linux STA wireless driver"
url="http://www.broadcom.com/support/802.11/linux_sta.php";
@@ -11,23 +11,21 @@ groups=('network-extra')
archs=('i686' 'x86_64')
if [ "$CARCH" == "i686" ]; then
_arch="x86_32"
-       sha1sums=('80b413d810cbb3dbc8e2e7dfff9364656d042198')
+       sha1sums=('07d955afe599466b0e25bcc507186f5b50f1a171')
elif [ "$CARCH" == "x86_64" ]; then
_arch=$CARCH
-       sha1sums=('a426712617bf3f1c03a0012e087a4735b527c53c')
+       sha1sums=('1174a4d3102aa0ed45003556e03842668ef698b9')
fi
_F_archive_name="hybrid-portsrc-x86_64-v"
Fpkgversep=""
up2date="Flasttar $url"
_F_cd_path="."
-source=(http://www.broadcom.com/docs/linux_sta/hybrid-portsrc-$_arch-v$pkgver.tar.gz
 \
-       kernel-2.6.32.patch)
-sha1sums=(${sha1su...@]} '12871e3c01cda0ed5fa809cb48e0ae432c39094c')
+source=(http://www.broadcom.com/docs/linux_sta/hybrid-portsrc-$_arch-v$pkgver.tar.gz)

build()
{
Fpatchall
-       KBUILD_NOPEDANTIC=1 make -C /lib/modules/$_F_kernelmod_uname/build 
M=`pwd` || Fdie
+       make -C /lib/modules/$_F_kernelmod_uname/build M=`pwd` || Fdie
Ffilerel /lib/modules/$_F_kernelmod_uname/kernel/drivers/net/wireless/wl.ko
Fbuild_kernelmod_scriptlet
}
diff --git a/source/network-extra/bcmwl/kernel-2.6.32.patch 
b/source/network-extra/bcmwl/kernel-2.6.32.patch
deleted file mode 100644
index ece6514..0000000
--- a/source/network-extra/bcmwl/kernel-2.6.32.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-diff --git a/src/include/linuxver.h b/src/include/linuxver.h
-index c30d374..3eed21d 100644
---- a/src/include/linuxver.h
-+++ b/src/include/linuxver.h
-@@ -19,8 +19,6 @@
- #include <linux/version.h>
- #if (LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 0))
- #include <linux/config.h>
--#else
--#include <linux/autoconf.h>
- #endif
- #include <linux/module.h>
-
-diff --git a/src/wl/sys/wl_linux.c b/src/wl/sys/wl_linux.c
-index 3626b80..fbec8e8 100644
---- a/src/wl/sys/wl_linux.c
-+++ b/src/wl/sys/wl_linux.c
-@@ -40,6 +40,9 @@
- #include <linux/pci_ids.h>
- #define WLC_MAXBSSCFG         1
-
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 32)
-+#include <linux/sched.h>
-+#endif
- #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 29)
- #include <net/lib80211.h>
- #endif
-@@ -187,6 +190,7 @@ static struct pci_device_id wl_id_table[] = {
-       { 0 }
- };
- MODULE_DEVICE_TABLE(pci, wl_id_table);
-+MODULE_LICENSE("Mixed/Proprietary");
-
- #ifdef BCMDBG
- static int msglevel = 0xdeadbeef;
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to