[kernel] r11273 - in dists/trunk/linux-2.6/debian/patches: bugfix/all series
Maximilian Attems
maks at alioth.debian.org
Sun May 4 21:58:18 UTC 2008
Author: maks
Date: Sun May 4 21:58:12 2008
New Revision: 11273
Log:
add drivers media build fix
alternate way would be to temporarly disable dvb :P
Added:
dists/trunk/linux-2.6/debian/patches/bugfix/all/drivers-media-build.patch
Modified:
dists/trunk/linux-2.6/debian/patches/series/1~experimental.1
Added: dists/trunk/linux-2.6/debian/patches/bugfix/all/drivers-media-build.patch
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/patches/bugfix/all/drivers-media-build.patch Sun May 4 21:58:12 2008
@@ -0,0 +1,13 @@
+diff --git a/drivers/media/Makefile b/drivers/media/Makefile
+index 73f742c..cc11c4c 100644
+--- a/drivers/media/Makefile
++++ b/drivers/media/Makefile
+@@ -2,6 +2,8 @@
+ # Makefile for the kernel multimedia device drivers.
+ #
+
++obj-y := common/
++
+ obj-$(CONFIG_VIDEO_MEDIA) += common/
+
+ # Since hybrid devices are here, should be compiled if DVB and/or V4L
Modified: dists/trunk/linux-2.6/debian/patches/series/1~experimental.1
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/1~experimental.1 (original)
+++ dists/trunk/linux-2.6/debian/patches/series/1~experimental.1 Sun May 4 21:58:12 2008
@@ -36,3 +36,4 @@
##+ features/all/mtd-nor-add-support-for-the-st-m29w400db-flash-chip.patch
+ bugfix/all/mtd-prevent-physmap-from-causing-request_module-runaway-loop-modprobe-net-pf-1.patch
+ bugfix/all/0001--USB-c67x00-build-fix.patch
++ bugfix/all/drivers-media-build.patch
More information about the Kernel-svn-changes
mailing list