projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6e9934
)
ltq-deu: add missing dependency
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 19 Jul 2013 14:10:18 +0000
(14:10 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 19 Jul 2013 14:10:18 +0000
(14:10 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37439
package/kernel/lantiq/ltq-deu/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/lantiq/ltq-deu/Makefile
b/package/kernel/lantiq/ltq-deu/Makefile
index 4e0d9551ceb90dbf71908546a57f1a071d7a46a9..5e2683f772bab85038053d31da2464a639ba5083 100644
(file)
--- a/
package/kernel/lantiq/ltq-deu/Makefile
+++ b/
package/kernel/lantiq/ltq-deu/Makefile
@@
-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