projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mac80211: rename a misnamed patch
[openwrt.git]
/
package
/
kernel
/
modules
/
lib.mk
diff --git
a/package/kernel/modules/lib.mk
b/package/kernel/modules/lib.mk
index
b0970e6
..
5fb779d
100644
(file)
--- a/
package/kernel/modules/lib.mk
+++ b/
package/kernel/modules/lib.mk
@@
-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
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))
endef
$(eval $(call KernelPackage,zlib))
This page took
0.038416 seconds
and
4
git commands to generate.