| Submitter | Colin Watson |
|---|---|
| Date | Feb. 25, 2010, 11:21 p.m. |
| Message ID | <20100225232102.GN4409@riva.ucam.org> |
| Download | mbox | patch |
| Permalink | /patch/46294/ |
| State | Accepted |
| Delegated to: | Andy Whitcroft |
| Headers | show |
Comments
Applied to Lucid. -apw
Patch
diff --git a/ubuntu/dm-raid4-5/Kconfig b/ubuntu/dm-raid4-5/Kconfig index 3ce3296..03fab64 100644 --- a/ubuntu/dm-raid4-5/Kconfig +++ b/ubuntu/dm-raid4-5/Kconfig @@ -1,6 +1,6 @@ config DM_RAID45 tristate "RAID 4/5 target (EXPERIMENTAL)" - depends on BLK_DEV_DM && EXPERIMENTAL + depends on BLK_DEV_DM && XOR_BLOCKS && EXPERIMENTAL default m ---help--- A target that supports RAID4 and RAID5 mappings.
Needed so that 'make defconfig && make' works. Signed-off-by: Colin Watson <cjwatson@canonical.com> --- ubuntu/dm-raid4-5/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)