kernel: kmod-dm depends on crypto
Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37393 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
e01e239a76
commit
c82480a23d
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue