projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
enable dso support back in openssl, needed to use shared zlib compression, and should...
[openwrt.git]
/
package
/
kernel
/
Makefile
diff --git
a/package/kernel/Makefile
b/package/kernel/Makefile
index
a030ad7
..
bc0b88b
100644
(file)
--- a/
package/kernel/Makefile
+++ b/
package/kernel/Makefile
@@
-14,6
+14,10
@@
PKG_VERSION:=$(LINUX_VERSION)-$(BOARD)
PKG_RELEASE:=$(LINUX_RELEASE)
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/packages
+PKG_FILE_DEPEND:=$(MODULES_DIR)
+
+# build all in-tree kmod-* packages by default
+KMOD_DEFAULT:=m
include $(INCLUDE_DIR)/package.mk
ifeq ($(DUMP),)
This page took
0.027417 seconds
and
4
git commands to generate.