소스 검색

kernel: kmod-dm depends on crypto

Signed-off-by: Jonas Gorski <[email protected]>

SVN-Revision: 37393
Jonas Gorski 12 년 전
부모
커밋
69de869b0f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      package/kernel/linux/modules/block.mk

+ 1 - 0
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.