projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e0e6f2
)
make sure that when the kernel config changes, compile is triggered for all kernel...
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 2 Sep 2008 15:50:09 +0000
(15:50 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 2 Sep 2008 15:50:09 +0000
(15:50 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12503
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/kernel.mk
patch
|
blob
|
history
diff --git
a/include/kernel.mk
b/include/kernel.mk
index
8393d2f
..
5232148
100644
(file)
--- a/
include/kernel.mk
+++ b/
include/kernel.mk
@@
-126,6
+126,8
@@
$(call KernelPackage/$(1)/config)
endef
endif
+ $(STAMP_BUILT): $(LINUX_DIR)/.config
+
ifneq ($(if $(filter-out %=y %=n %=m,$(KCONFIG)),$(filter m,$(foreach c,$(filter-out %=y %=n %=m,$(KCONFIG)),$($(c)))),.),)
ifneq ($(strip $(FILES)),)
define Package/kmod-$(1)/install
This page took
0.023471 seconds
and
4
git commands to generate.