Author: cnolan
Update of /cvs/nonfree/rpms/wl-kmod/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4913
Modified Files:
wl-kmod.spec
Added Files:
broadcom-wl-5.10.27.12-kernel-2.6.26-fedora.patch
Log Message:
* Sun Jan 04 2009 Chris Nolan <chris(a)cenolan.com> - 5.10.27.12-2
- Added patch for building on F-8 kernel
broadcom-wl-5.10.27.12-kernel-2.6.26-fedora.patch:
--- NEW FILE broadcom-wl-5.10.27.12-kernel-2.6.26-fedora.patch ---
diff -Naur wl-kmod.old/src/wl/sys/wl_iw.h wl-kmod/src/wl/sys/wl_iw.h
--- wl-kmod.old/src/wl/sys/wl_iw.h 2008-12-17 20:56:07.000000000 +0000
+++ wl-kmod/src/wl/sys/wl_iw.h 2009-01-04 16:26:17.000000000 +0000
@@ -66,7 +66,7 @@
extern void wl_iw_event(struct net_device *dev, wl_event_msg_t *e, void* data);
extern int wl_iw_get_wireless_stats(struct net_device *dev, struct iw_statistics
*wstats);
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 27)
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 26)
#define IWE_STREAM_ADD_EVENT(info, stream, ends, iwe, extra) \
iwe_stream_add_event(info, stream, ends, iwe, extra)
#define IWE_STREAM_ADD_VALUE(info, event, value, ends, iwe, event_len) \
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-8/wl-kmod.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wl-kmod.spec 4 Jan 2009 15:42:20 -0000 1.6
+++ wl-kmod.spec 4 Jan 2009 16:37:31 -0000 1.7
@@ -7,7 +7,7 @@
Name: wl-kmod
Version: 5.10.27.12
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Kernel module for broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -15,6 +15,7 @@
Source0:
http://www.broadcom.com/docs/linux_sta/hybrid-portsrc-x86-32_5_10_27_12.t...
Source1:
http://www.broadcom.com/docs/linux_sta/hybrid-portsrc-x86-64_5_10_27_12.t...
Source11: broadcom-wl-kmodtool-excludekernel-filterfile
+Patch0: broadcom-wl-5.10.27.12-kernel-2.6.26-fedora.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: %{_bindir}/kmodtool
@@ -51,6 +52,7 @@
%else
tar xzf %{SOURCE1}
%endif
+%patch0 -p1 -b .fedorakernelfix
popd
for kernel_version in %{?kernel_versions} ; do
@@ -80,6 +82,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sun Jan 04 2009 Chris Nolan <chris(a)cenolan.com> - 5.10.27.12-2
+- Added patch for building on F-8 kernel
+
* Sun Jan 04 2009 Chris Nolan <chris(a)cenolan.com> - 5.10.27.12-1
- Update version to 5.10.27.12
- Remove vlanmode and build patches