[kernel] r14212 - in dists/trunk/linux-2.6/debian: . config

Ben Hutchings benh at alioth.debian.org
Thu Sep 10 03:29:35 UTC 2009


Author: benh
Date: Thu Sep 10 03:29:33 2009
New Revision: 14212

Log:
rd: Build as a module since we do not require initrd support

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Tue Sep  8 21:02:54 2009	(r14211)
+++ dists/trunk/linux-2.6/debian/changelog	Thu Sep 10 03:29:33 2009	(r14212)
@@ -74,6 +74,7 @@
     (closes: #541630)
   * rt{2860,2870,3070}sta: Use existing CCITT CRC implementation on
     firmware rather than adding an equivalent variant of ITU-T CRC
+  * rd: Build as a module since we do not require initrd support
 
   [ Martin Michlmayr ]
   * [armel/orion5x, armel/kirkwood] Set GPIO_SYSFS=y since these

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	Tue Sep  8 21:02:54 2009	(r14211)
+++ dists/trunk/linux-2.6/debian/config/config	Thu Sep 10 03:29:33 2009	(r14212)
@@ -184,7 +184,7 @@
 CONFIG_BLK_DEV_CRYPTOLOOP=m
 CONFIG_BLK_DEV_NBD=m
 CONFIG_BLK_DEV_OSD=m
-CONFIG_BLK_DEV_RAM=y
+CONFIG_BLK_DEV_RAM=m
 CONFIG_BLK_DEV_RAM_COUNT=16
 # CONFIG_BLK_DEV_XIP is not set
 CONFIG_ATA_OVER_ETH=m



More information about the Kernel-svn-changes mailing list