aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiemo Seufer <ths@debian.org>2006-11-13 21:08:56 +0000
committerThiemo Seufer <ths@debian.org>2006-11-13 21:08:56 +0000
commit476c514f857dde70f1eaf6b104431c42156579f6 (patch)
tree70a9470c9f697c6f87189bfb79e68fc92412dab2
parent04ebc6c708caf0e6559b163f80e0e8dee315f54e (diff)
downloadkernel_replicant_linux-476c514f857dde70f1eaf6b104431c42156579f6.tar.gz
kernel_replicant_linux-476c514f857dde70f1eaf6b104431c42156579f6.tar.bz2
kernel_replicant_linux-476c514f857dde70f1eaf6b104431c42156579f6.zip
* Enable raid456 for mips/mipsel qemu kernel.
svn path=/dists/trunk/linux-2.6/; revision=7791
-rw-r--r--debian/arch/mips/config.qemu3
-rw-r--r--debian/arch/mipsel/config.qemu3
-rw-r--r--debian/changelog3
3 files changed, 7 insertions, 2 deletions
diff --git a/debian/arch/mips/config.qemu b/debian/arch/mips/config.qemu
index 19a26b397203..9958dc0e8c4b 100644
--- a/debian/arch/mips/config.qemu
+++ b/debian/arch/mips/config.qemu
@@ -702,7 +702,8 @@ CONFIG_MD_LINEAR=m
CONFIG_MD_RAID0=m
CONFIG_MD_RAID1=m
CONFIG_MD_RAID10=m
-# CONFIG_MD_RAID456 is not set
+CONFIG_MD_RAID456=m
+CONFIG_MD_RAID5_RESHAPE=y
CONFIG_MD_MULTIPATH=m
CONFIG_MD_FAULTY=m
CONFIG_BLK_DEV_DM=m
diff --git a/debian/arch/mipsel/config.qemu b/debian/arch/mipsel/config.qemu
index 485b4f7aca1a..655cec0f5725 100644
--- a/debian/arch/mipsel/config.qemu
+++ b/debian/arch/mipsel/config.qemu
@@ -702,7 +702,8 @@ CONFIG_MD_LINEAR=m
CONFIG_MD_RAID0=m
CONFIG_MD_RAID1=m
CONFIG_MD_RAID10=m
-# CONFIG_MD_RAID456 is not set
+CONFIG_MD_RAID456=m
+CONFIG_MD_RAID5_RESHAPE=y
CONFIG_MD_MULTIPATH=m
CONFIG_MD_FAULTY=m
CONFIG_BLK_DEV_DM=m
diff --git a/debian/changelog b/debian/changelog
index 909967ef7674..4e9f182a3eaa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,9 @@ linux-2.6 (2.6.18-6) UNRELEASED; urgency=low
* Add a "Scope of security support" section to README.Debian, recommended
by Moritz Muehlenhoff
+ [ Thiemo Seufer ]
+ * Enable raid456 for mips/mipsel qemu kernel.
+
-- dann frazier <dannf@debian.org> Mon, 13 Nov 2006 00:42:56 -0700
linux-2.6 (2.6.18-5) unstable; urgency=low