kernel/modules: Move zlib_deflate module to higher autoloading priority

SVN-Revision: 26639
This commit is contained in:
Vasilis Tsiligiannis 2011-04-12 23:48:28 +00:00
parent 41cc2d3a52
commit 372cefb114
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ define KernelPackage/zlib
TITLE:=zlib support is selected if needed
KCONFIG:=CONFIG_ZLIB_DEFLATE
FILES:=$(LINUX_DIR)/lib/zlib_deflate/zlib_deflate.ko
AUTOLOAD:=$(call AutoLoad,20,zlib_deflate,1)
AUTOLOAD:=$(call AutoLoad,08,zlib_deflate,1)
endef
$(eval $(call KernelPackage,zlib))