[kernel] r16412 - in dists/trunk/linux-2.6/debian: . patches/bugfix/all patches/series

Ben Hutchings benh at alioth.debian.org
Fri Oct 8 04:03:20 UTC 2010


Author: benh
Date: Fri Oct  8 04:03:15 2010
New Revision: 16412

Log:
[x86] Staging: fix Makefile so brcm80211 will actually build (Closes: #599465)

Added:
   dists/trunk/linux-2.6/debian/patches/bugfix/all/staging-fix-Makefile-so-broadcom-driver-will-build.patch
Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/patches/series/base

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Thu Oct  7 12:03:46 2010	(r16411)
+++ dists/trunk/linux-2.6/debian/changelog	Fri Oct  8 04:03:15 2010	(r16412)
@@ -4,6 +4,8 @@
   * qla4xxx: Fix build on some architectures lacking 64-bit I/O
     (Closes: #598503)
   * [x86] Enable modular TM6000, TM6000_ALSA, TM6000_DVB
+  * [x86] Staging: fix Makefile so brcm80211 will actually build
+    (Closes: #599465)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Thu, 07 Oct 2010 03:24:21 +0100
 

Added: dists/trunk/linux-2.6/debian/patches/bugfix/all/staging-fix-Makefile-so-broadcom-driver-will-build.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/trunk/linux-2.6/debian/patches/bugfix/all/staging-fix-Makefile-so-broadcom-driver-will-build.patch	Fri Oct  8 04:03:15 2010	(r16412)
@@ -0,0 +1,33 @@
+From: Greg Kroah-Hartman <gregkh at suse.de>
+Date: Wed, 8 Sep 2010 23:14:18 -0700
+Subject: [PATCH] Staging: fix Makefile so broadcom driver will actually build.
+
+commit 6b5e0736634d7b3d5f88d801e5a5e456190c42db upstream.
+
+It would be nice if people tested their patches before sending
+them to me...
+
+Cc: Henry Ptasinski <henryp at broadcom.com>
+Cc: Brett Rudley <brudley at broadcom.com>
+Cc: Nohee Ko <noheek at broadcom.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de>
+---
+ drivers/staging/Makefile |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile
+index 2e82589..88a934e 100644
+--- a/drivers/staging/Makefile
++++ b/drivers/staging/Makefile
+@@ -14,7 +14,7 @@ obj-$(CONFIG_W35UND)		+= winbond/
+ obj-$(CONFIG_PRISM2_USB)	+= wlan-ng/
+ obj-$(CONFIG_ECHO)		+= echo/
+ obj-$(CONFIG_OTUS)		+= otus/
+-obj-$(CONFIG_BRCM80211))	+= brcm80211/
++obj-$(CONFIG_BRCM80211)		+= brcm80211/
+ obj-$(CONFIG_RT2860)		+= rt2860/
+ obj-$(CONFIG_RT2870)		+= rt2870/
+ obj-$(CONFIG_COMEDI)		+= comedi/
+-- 
+1.7.1
+

Modified: dists/trunk/linux-2.6/debian/patches/series/base
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/base	Thu Oct  7 12:03:46 2010	(r16411)
+++ dists/trunk/linux-2.6/debian/patches/series/base	Fri Oct  8 04:03:15 2010	(r16412)
@@ -42,6 +42,7 @@
 + features/all/revert-ipv4-Make-INET_LRO-a-bool-instead-of-tristate.patch
 
 + features/all/staging-Add-initial-release-of-brcm80211.patch
++ bugfix/all/staging-fix-Makefile-so-broadcom-driver-will-build.patch
 + bugfix/all/brcm80211-Fix-some-initialisation-failure-paths.patch
 
 + bugfix/all/vivi-Don-t-depend-on-FONTS.patch



More information about the Kernel-svn-changes mailing list