[package] kernel/modules: Move zlib_deflate module to higher autoloading priority

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26639 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Vasilis Tsiligiannis 2011-04-12 23:48:28 +00:00
parent 1955842185
commit 95135046a5
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))