mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-04 10:10:47 +00:00
one more instance of r13005
SVN-Revision: 13007
This commit is contained in:
parent
81b05ae1a2
commit
cd35be21af
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user