mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 20:00:39 +02:00
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6885 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f04e0aa7f8
commit
afe35c9296
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
|
||||
if [ \! -f .config -a -e $(HOME)/.openwrt/defconfig ]; then \
|
||||
if [ \! -f .config -a -e $(HOME)/.openwrt/defconfig ]; then \
|
||||
cp $(HOME)/.openwrt/defconfig .config; \
|
||||
$(NO_TRACE_MAKE) menuconfig; \
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user