ltq-deu: add missing dependency

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37439
This commit is contained in:
Felix Fietkau 2013-07-19 14:10:18 +00:00
parent d6e9934924
commit 85fb0fb29e

View File

@ -21,7 +21,7 @@ define KernelPackage/ltq-deu-template
TITLE:=deu driver for $(1)
URL:=http://www.lantiq.com/
VARIANT:=$(1)
DEPENDS:=@TARGET_lantiq_xway
DEPENDS:=@TARGET_lantiq_xway +kmod-crypto-manager
FILES:=$(PKG_BUILD_DIR)/ltq_deu_$(1).ko $(PKG_BUILD_DIR)/ltq_deu_testmgr.ko
AUTOLOAD:=$(call AutoLoad,52,ltq_deu_$(1))
endef