[package] kernel/modules: Fix r26637
authoracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 12 Apr 2011 23:42:01 +0000 (23:42 +0000)
committeracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 12 Apr 2011 23:42:01 +0000 (23:42 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26638 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/kernel/modules/crypto.mk

index 63300a9..b895224 100644 (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
 
This page took 0.026747 seconds and 4 git commands to generate.