package/kernel: prefix library modules with lib-

SVN-Revision: 28656
This commit is contained in:
Nicolas Thill
2011-10-28 13:24:41 +00:00
parent fb1297dd1f
commit ab29084cdb
8 changed files with 38 additions and 38 deletions

View File

@@ -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)