r1243 - in trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27: config debian

Joshua Kwan joshk@haydn.debian.org
Wed, 18 Aug 2004 18:02:59 -0600


Author: joshk
Date: 2004-08-18 18:02:42 -0600 (Wed, 18 Aug 2004)
New Revision: 1243

Modified:
   trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/config/sparc64
   trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/config/sparc64-smp
   trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/debian/rules
Log:
build IDE core stuff in


Modified: trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/config/sparc64
===================================================================
--- trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/config/sparc64	2004-08-18 22:45:53 UTC (rev 1242)
+++ trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/config/sparc64	2004-08-19 00:02:42 UTC (rev 1243)
@@ -415,12 +415,12 @@
 #
 # ATA/IDE/MFM/RLL support
 #
-CONFIG_IDE=m
+CONFIG_IDE=y
 
 #
 # IDE, ATA and ATAPI Block devices
 #
-CONFIG_BLK_DEV_IDE=m
+CONFIG_BLK_DEV_IDE=y
 
 #
 # Please see Documentation/ide.txt for help/info on IDE drives

Modified: trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/config/sparc64-smp
===================================================================
--- trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/config/sparc64-smp	2004-08-18 22:45:53 UTC (rev 1242)
+++ trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/config/sparc64-smp	2004-08-19 00:02:42 UTC (rev 1243)
@@ -416,12 +416,12 @@
 #
 # ATA/IDE/MFM/RLL support
 #
-CONFIG_IDE=m
+CONFIG_IDE=y
 
 #
 # IDE, ATA and ATAPI Block devices
 #
-CONFIG_BLK_DEV_IDE=m
+CONFIG_BLK_DEV_IDE=y
 
 #
 # Please see Documentation/ide.txt for help/info on IDE drives

Modified: trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/debian/rules
===================================================================
--- trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/debian/rules	2004-08-18 22:45:53 UTC (rev 1242)
+++ trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/debian/rules	2004-08-19 00:02:42 UTC (rev 1243)
@@ -61,6 +61,10 @@
 	for i in $(flavours); do \
 		cd build-$$i; \
 		make-kpkg --subarch $${i%-smp} --append_to_version $(debnum)-$$i build; \
+		if diff -u ../config/$$i .config; then \
+			echo "oldconfig changed this config. Please verify and rebuild." >&2; \
+			exit 1; \
+		fi; \
 		cd ..; \
 	done