Browse Source

ltq-deu: add missing dependency

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 37439
Felix Fietkau 12 years ago
parent
commit
85fb0fb29e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/kernel/lantiq/ltq-deu/Makefile

+ 1 - 1
package/kernel/lantiq/ltq-deu/Makefile

@@ -21,7 +21,7 @@ define KernelPackage/ltq-deu-template
   TITLE:=deu driver for $(1)
   TITLE:=deu driver for $(1)
   URL:=http://www.lantiq.com/
   URL:=http://www.lantiq.com/
   VARIANT:=$(1)
   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
   FILES:=$(PKG_BUILD_DIR)/ltq_deu_$(1).ko $(PKG_BUILD_DIR)/ltq_deu_testmgr.ko
   AUTOLOAD:=$(call AutoLoad,52,ltq_deu_$(1))
   AUTOLOAD:=$(call AutoLoad,52,ltq_deu_$(1))
 endef
 endef