[kernel] r10077 - in dists/trunk/linux-2.6/debian/config: arm mips mipsel sparc

Maximilian Attems maks at alioth.debian.org
Tue Jan 8 01:24:00 UTC 2008


Author: maks
Date: Tue Jan  8 01:24:00 2008
New Revision: 10077

Log:
fix  trying to assign nonexistent symbol VIDEO_BUF


Modified:
   dists/trunk/linux-2.6/debian/config/arm/config.footbridge
   dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx
   dists/trunk/linux-2.6/debian/config/mips/config.r4k-ip22
   dists/trunk/linux-2.6/debian/config/mips/config.r5k-ip32
   dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a
   dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b
   dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a
   dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b
   dists/trunk/linux-2.6/debian/config/sparc/config.sparc64
   dists/trunk/linux-2.6/debian/config/sparc/config.sparc64-smp

Modified: dists/trunk/linux-2.6/debian/config/arm/config.footbridge
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.footbridge	(original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.footbridge	Tue Jan  8 01:24:00 2008
@@ -1696,7 +1696,6 @@
 CONFIG_VIDEO_IR=m
 CONFIG_VIDEO_TUNER=m
 # CONFIG_MEGARAID_MM is not set
-CONFIG_VIDEO_BUF=m
 CONFIG_SPLIT_PTLOCK_CPUS=4096
 CONFIG_BLK_DEV_IDEPCI=y
 CONFIG_BLK_DEV_IDEDMA=y

Modified: dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx	(original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx	Tue Jan  8 01:24:00 2008
@@ -1060,7 +1060,6 @@
 CONFIG_VIDEO_SAA7146=m
 CONFIG_VIDEO_SAA7146_VV=m
 CONFIG_VIDEO_TUNER=m
-CONFIG_VIDEO_BUF=m
 CONFIG_VIDEO_BTCX=m
 CONFIG_VIDEO_IR=m
 CONFIG_VIDEO_TVEEPROM=m

Modified: dists/trunk/linux-2.6/debian/config/mips/config.r4k-ip22
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.r4k-ip22	(original)
+++ dists/trunk/linux-2.6/debian/config/mips/config.r4k-ip22	Tue Jan  8 01:24:00 2008
@@ -853,6 +853,5 @@
 CONFIG_TEXTSEARCH_KMP=m
 CONFIG_TEXTSEARCH_BM=m
 CONFIG_TEXTSEARCH_FSM=m
-CONFIG_VIDEO_BUF=m
 CONFIG_SERIO_I8042=y
 # CONFIG_USB_ARCH_HAS_EHCI is not set

Modified: dists/trunk/linux-2.6/debian/config/mips/config.r5k-ip32
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.r5k-ip32	(original)
+++ dists/trunk/linux-2.6/debian/config/mips/config.r5k-ip32	Tue Jan  8 01:24:00 2008
@@ -1110,7 +1110,6 @@
 CONFIG_SND_MPU401_UART=m
 CONFIG_SND_FM801_TEA575X_BOOL=y
 CONFIG_SND_FM801_TEA575X=m
-CONFIG_VIDEO_BUF=m
 CONFIG_SND_AC97_CODEC=m
 CONFIG_SND_BT87X_OVERCLOCK=y
 CONFIG_MSNDCLAS_INIT_FILE="/etc/sound/msndinit.bin"

Modified: dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a	(original)
+++ dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a	Tue Jan  8 01:24:00 2008
@@ -1599,7 +1599,6 @@
 CONFIG_USB_GADGET_NET2280=y
 CONFIG_USB_ETH_RNDIS=y
 # CONFIG_USB_GADGET_DEBUG_FILES is not set
-CONFIG_VIDEO_BUF=m
 CONFIG_USB_FILE_STORAGE_TEST=y
 CONFIG_MSNDCLAS_INIT_FILE="/etc/sound/msndinit.bin"
 CONFIG_MSNDCLAS_PERM_FILE="/etc/sound/msndperm.bin"

Modified: dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b	(original)
+++ dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b	Tue Jan  8 01:24:00 2008
@@ -1580,7 +1580,6 @@
 CONFIG_SND_SEQUENCER_OSS=y
 # CONFIG_SOUND_EMU10K1 is not set
 CONFIG_SND_VIRMIDI=m
-CONFIG_VIDEO_BUF=m
 # CONFIG_USB_W9968CF is not set
 CONFIG_SND_SEQ_DUMMY=m
 CONFIG_SND_SERIAL_U16550=m

Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a	(original)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a	Tue Jan  8 01:24:00 2008
@@ -1661,7 +1661,6 @@
 CONFIG_USB_GADGET_NET2280=y
 CONFIG_USB_ETH_RNDIS=y
 # CONFIG_USB_GADGET_DEBUG_FILES is not set
-CONFIG_VIDEO_BUF=m
 CONFIG_USB_FILE_STORAGE_TEST=y
 CONFIG_MSNDCLAS_INIT_FILE="/etc/sound/msndinit.bin"
 CONFIG_MSNDCLAS_PERM_FILE="/etc/sound/msndperm.bin"

Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b	(original)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b	Tue Jan  8 01:24:00 2008
@@ -1578,7 +1578,6 @@
 CONFIG_SND_SEQUENCER_OSS=y
 # CONFIG_SOUND_EMU10K1 is not set
 CONFIG_SND_VIRMIDI=m
-CONFIG_VIDEO_BUF=m
 # CONFIG_USB_W9968CF is not set
 CONFIG_SND_SEQ_DUMMY=m
 CONFIG_SND_SERIAL_U16550=m

Modified: dists/trunk/linux-2.6/debian/config/sparc/config.sparc64
==============================================================================
--- dists/trunk/linux-2.6/debian/config/sparc/config.sparc64	(original)
+++ dists/trunk/linux-2.6/debian/config/sparc/config.sparc64	Tue Jan  8 01:24:00 2008
@@ -138,7 +138,6 @@
 CONFIG_ARCH_SPARSEMEM_ENABLE=y
 CONFIG_MEGARAID_NEWGEN=y
 CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16
-CONFIG_VIDEO_BUF=m
 # CONFIG_VIDEO_SAA5246A is not set
 # CONFIG_I2C_VOODOO3 is not set
 CONFIG_BLK_DEV_NS87415=m

Modified: dists/trunk/linux-2.6/debian/config/sparc/config.sparc64-smp
==============================================================================
--- dists/trunk/linux-2.6/debian/config/sparc/config.sparc64-smp	(original)
+++ dists/trunk/linux-2.6/debian/config/sparc/config.sparc64-smp	Tue Jan  8 01:24:00 2008
@@ -138,7 +138,6 @@
 CONFIG_ARCH_SPARSEMEM_ENABLE=y
 CONFIG_MEGARAID_NEWGEN=y
 CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16
-CONFIG_VIDEO_BUF=m
 # CONFIG_VIDEO_SAA5246A is not set
 # CONFIG_I2C_VOODOO3 is not set
 CONFIG_BLK_DEV_NS87415=m



More information about the Kernel-svn-changes mailing list