aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Bader <stefan.bader@canonical.com>2012-06-04 17:36:11 +0200
committerJohn Rigby <john.rigby@linaro.org>2012-06-22 17:16:55 -0600
commit199b5e3f6fca7e3dde0ebc4c9edf0050ca3e7707 (patch)
treed3b7c117b158eb9d366530460f9149d25630e4c3
parentef326e9331d8a25ade56561489011b01988b29ba (diff)
UBUNTU: [Config] Enable dm-raid45
https://lists.ubuntu.com/archives/kernel-team/2012-June/020541.html Signed-off-by: Stefan Bader <stefan.bader@canonical.com> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-rw-r--r--ubuntu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/Makefile b/ubuntu/Makefile
index 66bbdf69d6f..997d9b990f1 100644
--- a/ubuntu/Makefile
+++ b/ubuntu/Makefile
@@ -12,7 +12,7 @@
##
##
##
-#obj-$(CONFIG_DM_RAID45) += dm-raid4-5/
+obj-$(CONFIG_DM_RAID45) += dm-raid4-5/
##
##
##