projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fdeecd
)
kernel: make sure all patches are applied before running menuconfig or oldconfig
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 21 Apr 2009 13:08:56 +0000
(13:08 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 21 Apr 2009 13:08:56 +0000
(13:08 +0000)
SVN-Revision: 15325
include/kernel-build.mk
patch
|
blob
|
history
diff --git
a/include/kernel-build.mk
b/include/kernel-build.mk
index 477c9eeddf4cd11763c795e6a10b74aaeb132091..d48f8b9f53c8255d98767a7f92eadf97a0f7a1f9 100644
(file)
--- a/
include/kernel-build.mk
+++ b/
include/kernel-build.mk
@@
-77,7
+77,7
@@
define BuildKernel
compile: $(LINUX_DIR)/.modules
$(MAKE) -C image compile TARGET_BUILD=
- oldconfig menuconfig: $(STAMP_PREPARED) FORCE
+ oldconfig menuconfig: $(STAMP_PREPARED)
$(STAMP_CHECKED)
FORCE
[ -e "$(LINUX_CONFIG)" ] || touch "$(LINUX_CONFIG)"
$(LINUX_CONFCMD) > $(LINUX_DIR)/.config
touch $(LINUX_CONFIG)