From c3af70b7d96b02a7a7fccd106f4733d6df56745a Mon Sep 17 00:00:00 2001 From: jogo Date: Thu, 18 Jul 2013 13:08:29 +0000 Subject: [PATCH] kernel: kmod-dm depends on crypto Signed-off-by: Jonas Gorski git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37393 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/linux/modules/block.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/kernel/linux/modules/block.mk b/package/kernel/linux/modules/block.mk index 8024947069..fe5da0356f 100644 --- a/package/kernel/linux/modules/block.mk +++ b/package/kernel/linux/modules/block.mk @@ -191,6 +191,7 @@ $(eval $(call KernelPackage,block2mtd)) define KernelPackage/dm SUBMENU:=$(BLOCK_MENU) TITLE:=Device Mapper + DEPENDS:=+kmod-crypto-manager # All the "=n" are unnecessary, they're only there # to stop the config from asking the question. # MIRROR is M because I've needed it for pvmove. -- 2.11.0