[kernel] r10078 - in dists/trunk/linux-2.6/debian/config: arm hppa m68k mips mipsel sparc
Maximilian Attems
maks at alioth.debian.org
Tue Jan 8 01:24:10 UTC 2008
Author: maks
Date: Tue Jan 8 01:24:09 2008
New Revision: 10078
Log:
fix trying to assign nonexistent symbol DVB
Modified:
dists/trunk/linux-2.6/debian/config/arm/config.footbridge
dists/trunk/linux-2.6/debian/config/arm/config.versatile
dists/trunk/linux-2.6/debian/config/hppa/config
dists/trunk/linux-2.6/debian/config/m68k/config
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.r5k-cobalt
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
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:09 2008
@@ -1012,11 +1012,6 @@
# CONFIG_RADIO_ZOLTRIX is not set
#
-# Digital Video Broadcasting Devices
-#
-# CONFIG_DVB is not set
-
-#
# Graphics support
#
CONFIG_FB=y
Modified: dists/trunk/linux-2.6/debian/config/arm/config.versatile
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.versatile (original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.versatile Tue Jan 8 01:24:09 2008
@@ -864,11 +864,6 @@
# CONFIG_VIDEO_DEV is not set
#
-# Digital Video Broadcasting Devices
-#
-# CONFIG_DVB is not set
-
-#
# Graphics support
#
CONFIG_FIRMWARE_EDID=y
Modified: dists/trunk/linux-2.6/debian/config/hppa/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/hppa/config (original)
+++ dists/trunk/linux-2.6/debian/config/hppa/config Tue Jan 8 01:24:09 2008
@@ -439,7 +439,6 @@
# CONFIG_I2C is not set
# CONFIG_W1 is not set
# CONFIG_VIDEO_DEV is not set
-# CONFIG_DVB is not set
CONFIG_FB=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_MACMODES is not set
Modified: dists/trunk/linux-2.6/debian/config/m68k/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/m68k/config (original)
+++ dists/trunk/linux-2.6/debian/config/m68k/config Tue Jan 8 01:24:09 2008
@@ -126,7 +126,6 @@
# CONFIG_I2C is not set
# CONFIG_W1 is not set
# CONFIG_VIDEO_DEV is not set
-# CONFIG_DVB is not set
CONFIG_DUMMY_CONSOLE=y
# CONFIG_USB_ARCH_HAS_HCD is not set
# CONFIG_USB_ARCH_HAS_OHCI is not set
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:09 2008
@@ -673,11 +673,6 @@
# CONFIG_RADIO_ZOLTRIX is not set
#
-# Digital Video Broadcasting Devices
-#
-# CONFIG_DVB is not set
-
-#
# Graphics support
#
CONFIG_FB=y
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:09 2008
@@ -730,11 +730,6 @@
# CONFIG_RADIO_MAESTRO is not set
#
-# Digital Video Broadcasting Devices
-#
-# CONFIG_DVB is not set
-
-#
# Graphics support
#
CONFIG_FB=y
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:09 2008
@@ -1059,11 +1059,6 @@
# CONFIG_RADIO_MAESTRO is not set
#
-# Digital Video Broadcasting Devices
-#
-# CONFIG_DVB is not set
-
-#
# Graphics support
#
CONFIG_FB=y
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:09 2008
@@ -1055,11 +1055,6 @@
# CONFIG_RADIO_MAESTRO is not set
#
-# Digital Video Broadcasting Devices
-#
-# CONFIG_DVB is not set
-
-#
# Graphics support
#
CONFIG_FB=y
Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt (original)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt Tue Jan 8 01:24:09 2008
@@ -826,11 +826,6 @@
# CONFIG_RADIO_MAESTRO is not set
#
-# Digital Video Broadcasting Devices
-#
-# CONFIG_DVB is not set
-
-#
# Graphics support
#
# CONFIG_FB is not set
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:09 2008
@@ -1059,11 +1059,6 @@
# CONFIG_RADIO_MAESTRO is not set
#
-# Digital Video Broadcasting Devices
-#
-# CONFIG_DVB is not set
-
-#
# Graphics support
#
CONFIG_FB=y
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:09 2008
@@ -1055,11 +1055,6 @@
# CONFIG_RADIO_MAESTRO is not set
#
-# Digital Video Broadcasting Devices
-#
-# CONFIG_DVB is not set
-
-#
# Graphics support
#
CONFIG_FB=y
Modified: dists/trunk/linux-2.6/debian/config/sparc/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/sparc/config (original)
+++ dists/trunk/linux-2.6/debian/config/sparc/config Tue Jan 8 01:24:09 2008
@@ -66,7 +66,6 @@
# Wireless LAN (non-hamradio)
# CONFIG_HP100 is not set
# I2C support
-# CONFIG_DVB is not set
# CONFIG_BLK_DEV_UMEM is not set
CONFIG_PPP_FILTER=y
CONFIG_INPUT=y
More information about the Kernel-svn-changes
mailing list