[PATCH] 2.4.9-ac2 fix make xconfig problem

From: Steven Cole (elenstev@mesatop.com)
Date: Mon Aug 27 2001 - 13:00:46 EST


I found and fixed what was causing make xconfig to fail.
It looks like someone got a little too happy with the "-o"s
when modifying drivers/video/Config.in.

Here is the patch, including my necessary but not sufficient
first patch for this file.

Steven

--- linux/drivers/video/Config.in.ac2 Mon Aug 27 12:18:00 2001
+++ linux/drivers/video/Config.in Mon Aug 27 13:53:59 2001
@@ -292,10 +292,10 @@
               "$CONFIG_FB_P9100" = "m" -o "$CONFIG_FB_ATY128" = "m" -o \
               "$CONFIG_FB_RIVA" = "m" -o "$CONFIG_FB_3DFX" = "m" -o \
               "$CONFIG_FB_SGIVW" = "m" -o "$CONFIG_FB_CYBER2000" = "m" -o \
- "$CONFIG_FB_PMAG_BA" = "m" -o "CONFIG_FB_PMAGB_B" = "m" -o \
+ "$CONFIG_FB_PMAG_BA" = "m" -o "$CONFIG_FB_PMAGB_B" = "m" -o \
               "$CONFIG_FB_MAXINE" = "m" -o "$CONFIG_FB_RADEON" = "m" -o \
               "$CONFIG_FB_SA1100" = "m" -o "$CONFIG_FB_SIS" = "m" -o \
- "$CONFIG_FB_TX3912" = "m" -o ]; then
+ "$CONFIG_FB_TX3912" = "m" ]; then
             define_tristate CONFIG_FBCON_CFB8 m
          fi
       fi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Aug 31 2001 - 21:00:25 EST