ltq-deu: add missing dependency
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37439
This commit is contained in:
parent
d6e9934924
commit
85fb0fb29e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue