From 80d8b3c12f97ebe0be83fa8c989824ba0a6f8a4b Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2009 03:29:33 +0000 Subject: [PATCH] rd: Build as a module since we do not require initrd support svn path=/dists/trunk/linux-2.6/; revision=14212 --- debian/changelog | 1 + debian/config/config | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3ea5950c3..953edf9c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -74,6 +74,7 @@ linux-2.6 (2.6.31~rc9-1~experimental.1) UNRELEASED; urgency=low (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 diff --git a/debian/config/config b/debian/config/config index 3a760f07b..c403e4d60 100644 --- a/debian/config/config +++ b/debian/config/config @@ -184,7 +184,7 @@ CONFIG_BLK_DEV_LOOP=m 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