projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81b05ae
)
one more instance of r13005
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 18 Oct 2008 20:16:40 +0000
(20:16 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 18 Oct 2008 20:16:40 +0000
(20:16 +0000)
SVN-Revision: 13007
include/toplevel.mk
patch
|
blob
|
history
diff --git
a/include/toplevel.mk
b/include/toplevel.mk
index ab4448ae1047411414aeca5fcf748c94d447ce5c..6d46fe1edd2dafc0832f19bfe9862d5fe2abacda 100644
(file)
--- a/
include/toplevel.mk
+++ b/
include/toplevel.mk
@@
-75,7
+75,7
@@
oldconfig: scripts/config/conf prepare-tmpinfo FORCE
$< -$(if $(CONFDEFAULT),$(CONFDEFAULT),o) Config.in
menuconfig: scripts/config/mconf prepare-tmpinfo FORCE
- if [ \! -
f
.config -a -e $(HOME)/.openwrt/defconfig ]; then \
+ if [ \! -
e
.config -a -e $(HOME)/.openwrt/defconfig ]; then \
cp $(HOME)/.openwrt/defconfig .config; \
fi
$< Config.in