package/kernel: prefix library modules with lib-

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28656 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Nicolas Thill
2011-10-28 13:24:41 +00:00
parent cc4fe429b2
commit 114af4099a
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)