All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix bad merge in drivers/video/Config.in (linuxppc-2.4)
@ 2003-10-13 18:52 Andreas Oberritter
  0 siblings, 0 replies; only message in thread
From: Andreas Oberritter @ 2003-10-13 18:52 UTC (permalink / raw)
  To: linuxppc-dev list

[-- Attachment #1: Type: text/plain, Size: 108 bytes --]

Hi,

menuconfig didn't work anymore because of invalid syntax in Config.in.
Please apply.

Regards,
Andreas

[-- Attachment #2: video_config.diff --]
[-- Type: text/plain, Size: 588 bytes --]

===== drivers/video/Config.in 1.34 vs edited =====
--- 1.34/drivers/video/Config.in	Tue Sep 16 07:20:21 2003
+++ edited/drivers/video/Config.in	Mon Oct 13 20:48:45 2003
@@ -425,7 +425,7 @@
 	      "$CONFIG_FB_INTEL" = "m" -o \
 	      "$CONFIG_FB_SGIVW" = "m" -o "$CONFIG_FB_SIS" = "m" -o \
 	      "$CONFIG_FB_PVR2" = "m" -o "$CONFIG_FB_VOODOO1" = "m" -o \
-	      "$CONFIG_FB_CYBER2000" = "m" -o "$CONFIG_FB_STI" = "m" ]; then
+	      "$CONFIG_FB_CYBER2000" = "m" -o "$CONFIG_FB_STI" = "m" -o \
 	      "$CONFIG_FB_XILINX" = "m" ]; then
 	    define_tristate CONFIG_FBCON_CFB32 m
 	 fi

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-10-13 18:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-13 18:52 [PATCH] fix bad merge in drivers/video/Config.in (linuxppc-2.4) Andreas Oberritter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.