mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-11 17:34:57 +00:00
kernel/modules: Move zlib_deflate module to higher autoloading priority
SVN-Revision: 26639
This commit is contained in:
parent
41cc2d3a52
commit
372cefb114
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user