mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 04:18:26 +02:00
[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
This commit is contained in:
parent
fc053a7950
commit
d8c0075ae0
@ -107,7 +107,7 @@ define KernelPackage/zlib
|
|||||||
TITLE:=zlib support is selected if needed
|
TITLE:=zlib support is selected if needed
|
||||||
KCONFIG:=CONFIG_ZLIB_DEFLATE
|
KCONFIG:=CONFIG_ZLIB_DEFLATE
|
||||||
FILES:=$(LINUX_DIR)/lib/zlib_deflate/zlib_deflate.ko
|
FILES:=$(LINUX_DIR)/lib/zlib_deflate/zlib_deflate.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,20,zlib_deflate,1)
|
AUTOLOAD:=$(call AutoLoad,08,zlib_deflate,1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,zlib))
|
$(eval $(call KernelPackage,zlib))
|
||||||
|
Loading…
Reference in New Issue
Block a user