kernel/modules: Fix r26637

SVN-Revision: 26638
lede-17.01
Vasilis Tsiligiannis 2011-04-12 23:42:01 +00:00
parent d7197ec50b
commit 41cc2d3a52
1 changed files with 1 additions and 1 deletions

View File

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