[package] kernel/modules: Add kmod-zlib dependency to kmod-crypto-deflate
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26637 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
1ed452a7de
commit
9cff166db1
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2006-2010 OpenWrt.org
|
# Copyright (C) 2006-2011 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
|
@ -215,10 +215,9 @@ $(eval $(call KernelPackage,crypto-des))
|
||||||
|
|
||||||
define KernelPackage/crypto-deflate
|
define KernelPackage/crypto-deflate
|
||||||
TITLE:=Deflate compression CryptoAPI module
|
TITLE:=Deflate compression CryptoAPI module
|
||||||
KCONFIG:=CONFIG_ZLIB_DEFLATE \
|
DEPENDS:=+kmod-zlib
|
||||||
CONFIG_CRYPTO_DEFLATE
|
KCONFIG:=CONFIG_CRYPTO_DEFLATE
|
||||||
FILES:=$(LINUX_DIR)/lib/zlib_deflate/zlib_deflate.ko \
|
FILES:=$(LINUX_DIR)/crypto/deflate.ko
|
||||||
$(LINUX_DIR)/crypto/deflate.ko
|
|
||||||
AUTOLOAD:=$(call AutoLoad,09,zlib_deflate deflate)
|
AUTOLOAD:=$(call AutoLoad,09,zlib_deflate deflate)
|
||||||
$(call AddDepends/crypto)
|
$(call AddDepends/crypto)
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in New Issue