kernel/modules: Fix r26637

SVN-Revision: 26638
master
Vasilis Tsiligiannis 14 years ago
parent d7197ec50b
commit 41cc2d3a52
  1. 2
      package/kernel/modules/crypto.mk

@ -218,7 +218,7 @@ define KernelPackage/crypto-deflate
DEPENDS:=+kmod-zlib
KCONFIG:=CONFIG_CRYPTO_DEFLATE
FILES:=$(LINUX_DIR)/crypto/deflate.ko
AUTOLOAD:=$(call AutoLoad,09,zlib_deflate deflate)
AUTOLOAD:=$(call AutoLoad,09,deflate)
$(call AddDepends/crypto)
endef

Loading…
Cancel
Save