projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] kernel/modules: Fix r26637
[openwrt.git]
/
package
/
kernel
/
modules
/
crypto.mk
diff --git
a/package/kernel/modules/crypto.mk
b/package/kernel/modules/crypto.mk
index
63300a9
..
b895224
100644
(file)
--- a/
package/kernel/modules/crypto.mk
+++ b/
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
This page took
0.020384 seconds
and
4
git commands to generate.