mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-29 23:54:26 +00:00
fix typo
SVN-Revision: 6885
This commit is contained in:
parent
216fc583c7
commit
e66c304cb9
2
Makefile
2
Makefile
@ -62,7 +62,7 @@ tmp/.config-%.in: tmp/.%info
|
|||||||
|
|
||||||
|
|
||||||
.config: ./scripts/config/conf tmp/.config-target.in tmp/.config-package.in
|
.config: ./scripts/config/conf tmp/.config-target.in tmp/.config-package.in
|
||||||
if [ \! -f .config -a -e $(HOME)/.openwrt/defconfig ]; then \
|
if [ \! -f .config -a -e $(HOME)/.openwrt/defconfig ]; then \
|
||||||
cp $(HOME)/.openwrt/defconfig .config; \
|
cp $(HOME)/.openwrt/defconfig .config; \
|
||||||
$(NO_TRACE_MAKE) menuconfig; \
|
$(NO_TRACE_MAKE) menuconfig; \
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user