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:
cfb599a
)
fix make kernel_menuconfig for subtarget kernel config files
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 23 Aug 2008 23:45:28 +0000
(23:45 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 23 Aug 2008 23:45:28 +0000
(23:45 +0000)
SVN-Revision: 12376
include/kernel-build.mk
patch
|
blob
|
history
diff --git
a/include/kernel-build.mk
b/include/kernel-build.mk
index 4c6a32a42930db1879c5a94c325aae739283ca5f..089753e3a787b77c14ecfed3170f8b46bfa7a359 100644
(file)
--- a/
include/kernel-build.mk
+++ b/
include/kernel-build.mk
@@
-81,7
+81,7
@@
define BuildKernel
$(LINUX_CONFCMD) > $(LINUX_DIR)/.config
touch $(LINUX_CONFIG)
$(_SINGLE)$(MAKE) -C $(LINUX_DIR) $(KERNEL_MAKEOPTS) $$@
- $(SCRIPT_DIR)/kconfig.pl '>' $(GENERIC_LINUX_CONFIG) $(LINUX_DIR)/.config > $(
LINUX_CONFIG
)
+ $(SCRIPT_DIR)/kconfig.pl '>' $(GENERIC_LINUX_CONFIG) $(LINUX_DIR)/.config > $(
if $(LINUX_SUBCONFIG),$(LINUX_SUBCONFIG),$(LINUX_CONFIG)
)
$(Kernel/Configure)
install: $(LINUX_DIR)/.image