[package] kernel/modules: Move zlib_deflate module to higher autoloading priority
authoracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 12 Apr 2011 23:48:28 +0000 (23:48 +0000)
committeracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 12 Apr 2011 23:48:28 +0000 (23:48 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26639 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/kernel/modules/lib.mk

index b0970e6..5fb779d 100644 (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))
This page took 0.023032 seconds and 4 git commands to generate.