summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/crypto.mk
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2011-10-28 13:24:41 +0000
committerNicolas Thill <nico@openwrt.org>2011-10-28 13:24:41 +0000
commitab29084cdbd0b1aca1cff4d56856bbdadb065132 (patch)
tree1eb3682601fbb182427cf77646bb5ba3342d6f0c /package/kernel/modules/crypto.mk
parentfb1297dd1ff528abfa136ac800c85e47e546ce50 (diff)
downloadmaster-31e0f0ae-ab29084cdbd0b1aca1cff4d56856bbdadb065132.tar.gz
master-31e0f0ae-ab29084cdbd0b1aca1cff4d56856bbdadb065132.tar.bz2
master-31e0f0ae-ab29084cdbd0b1aca1cff4d56856bbdadb065132.zip
package/kernel: prefix library modules with lib-
SVN-Revision: 28656
Diffstat (limited to 'package/kernel/modules/crypto.mk')
-rw-r--r--package/kernel/modules/crypto.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk
index 01fb8c8a21..b2f0127107 100644
--- a/package/kernel/modules/crypto.mk
+++ b/package/kernel/modules/crypto.mk
@@ -260,7 +260,7 @@ $(eval $(call KernelPackage,crypto-des))
define KernelPackage/crypto-deflate
TITLE:=Deflate compression CryptoAPI module
- DEPENDS:=+kmod-zlib
+ DEPENDS:=+kmod-lib-zlib
KCONFIG:=CONFIG_CRYPTO_DEFLATE
FILES:=$(LINUX_DIR)/crypto/deflate.ko
AUTOLOAD:=$(call AutoLoad,09,deflate)