mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-20 07:04:43 +02:00
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11474 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
285af89084
commit
18c6fa2b2f
@ -45,7 +45,7 @@ prepare-tmpinfo: FORCE
|
|||||||
touch $(TOPDIR)/tmp/.build
|
touch $(TOPDIR)/tmp/.build
|
||||||
|
|
||||||
.config: ./scripts/config/conf prepare-tmpinfo
|
.config: ./scripts/config/conf prepare-tmpinfo
|
||||||
@+if [ -f .config ] || ! grep CONFIG_HAVE_DOT_CONFIG .config >/dev/null; then \
|
@+if [ \! -f .config ] || ! grep CONFIG_HAVE_DOT_CONFIG .config >/dev/null; then \
|
||||||
[ -e $(HOME)/.openwrt/defconfig ] && cp $(HOME)/.openwrt/defconfig .config; \
|
[ -e $(HOME)/.openwrt/defconfig ] && cp $(HOME)/.openwrt/defconfig .config; \
|
||||||
$(NO_TRACE_MAKE) menuconfig $(PREP_MK); \
|
$(NO_TRACE_MAKE) menuconfig $(PREP_MK); \
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user