rpms/kernel/devel linux-2.6-compile-fixes.patch,1.74,1.75

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jun 22 18:29:29 UTC 2006


Author: davej

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv4415

Modified Files:
	linux-2.6-compile-fixes.patch 
Log Message:
kludge around dep problem


linux-2.6-compile-fixes.patch:
 drivers/video/Kconfig |    4 ++--
 kernel/power/main.c   |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-compile-fixes.patch,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- linux-2.6-compile-fixes.patch	22 Jun 2006 17:47:32 -0000	1.74
+++ linux-2.6-compile-fixes.patch	22 Jun 2006 18:29:26 -0000	1.75
@@ -18,3 +18,17 @@
  
  #include "power.h"
  
+ 
+--- linux-2.6.17.noarch/drivers/video/Kconfig~	2006-06-22 14:27:13.000000000 -0400
++++ linux-2.6.17.noarch/drivers/video/Kconfig	2006-06-22 14:27:27.000000000 -0400
+@@ -807,8 +807,8 @@ config FB_I810_I2C
+ config FB_INTEL
+ 	tristate "Intel 830M/845G/852GM/855GM/865G support (EXPERIMENTAL)"
+ 	depends on FB && EXPERIMENTAL && PCI && X86 && !VGA_NOPROBE
+-	select AGP
+-	select AGP_INTEL
++	depends on AGP
++	depends on AGP_INTEL
+ 	select FB_MODE_HELPERS
+ 	select FB_CFB_FILLRECT
+ 	select FB_CFB_COPYAREA




More information about the fedora-cvs-commits mailing list