same as [6881]
SVN-Revision: 6882
This commit is contained in:
parent
5305aba549
commit
1ad09590cc
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -62,10 +62,10 @@ tmp/.config-%.in: tmp/.%info
|
|||
|
||||
|
||||
.config: ./scripts/config/conf tmp/.config-target.in tmp/.config-package.in
|
||||
@[ -f .config ] || { \
|
||||
[ -e $(HOME)/.openwrt/defconfig ] && cp $(HOME)/.openwrt/defconfig .config; \
|
||||
@if [ \! -f .config -a -e $(HOME)/.openwrt/defconfig ]; then \
|
||||
cp $(HOME)/.openwrt/defconfig .config; \
|
||||
$(NO_TRACE_MAKE) menuconfig; \
|
||||
}
|
||||
fi
|
||||
@$< -D .config Config.in &> /dev/null
|
||||
|
||||
scripts/config/mconf:
|
||||
|
|
Loading…
Reference in a new issue