From patchwork Mon Jun 4 15:36:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Bader X-Patchwork-Id: 162819 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 7AA53B6FA0 for ; Tue, 5 Jun 2012 01:36:25 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SbZKK-0000er-FR; Mon, 04 Jun 2012 15:36:16 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SbZKI-0000eK-KZ for kernel-team@lists.ubuntu.com; Mon, 04 Jun 2012 15:36:14 +0000 Received: from p5b2e4df4.dip.t-dialin.net ([91.46.77.244] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SbZKI-00040g-Gp for kernel-team@lists.ubuntu.com; Mon, 04 Jun 2012 15:36:14 +0000 From: Stefan Bader To: kernel-team@lists.ubuntu.com Subject: [PATCH 2/2] UBUNTU: [config] Enable dm-raid45 Date: Mon, 4 Jun 2012 17:36:11 +0200 Message-Id: <1338824171-17216-3-git-send-email-stefan.bader@canonical.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1338824171-17216-1-git-send-email-stefan.bader@canonical.com> References: <4FCCBFA1.4020902@canonical.com> <1338824171-17216-1-git-send-email-stefan.bader@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com https://lists.ubuntu.com/archives/kernel-team/2012-June/020541.html Signed-off-by: Stefan Bader --- ubuntu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/Makefile b/ubuntu/Makefile index 66bbdf6..997d9b9 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/ ## ## ##