projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a378e2
)
[kernel] scanning kernel packages for targets
author
John Crispin
<john@openwrt.org>
Mon, 23 Apr 2012 09:37:50 +0000
(09:37 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 23 Apr 2012 09:37:50 +0000
(09:37 +0000)
Any modifications in target/linux/*/modules.mk would not come into effect for
subsequent "make menuconfig" unless we delete ./tmp.
Signed-off-by: kalyan <kalyanatejaswi@gmail.com>
SVN-Revision: 31442
package/kernel/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/Makefile
b/package/kernel/Makefile
index e094c601ef4f74cfedc40d1866082d7e7015cb86..8050817392b271f405de8410d6fac33fd491ef6c 100644
(file)
--- a/
package/kernel/Makefile
+++ b/
package/kernel/Makefile
@@
-12,7
+12,7
@@
PKG_NAME:=kernel
PKG_FLAGS:=hold
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/packages
-SCAN_DEPS=modules/*.mk
+SCAN_DEPS=modules/*.mk
$(TOPDIR)/target/linux/*/modules.mk
include $(INCLUDE_DIR)/package.mk
ifeq ($(DUMP),)