mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 14:44:44 +02:00
same as [6881]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6882 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
81a817a5e3
commit
78287c9543
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
|
.config: ./scripts/config/conf tmp/.config-target.in tmp/.config-package.in
|
||||||
@[ -f .config ] || { \
|
@if [ \! -f .config -a -e $(HOME)/.openwrt/defconfig ]; then \
|
||||||
[ -e $(HOME)/.openwrt/defconfig ] && cp $(HOME)/.openwrt/defconfig .config; \
|
cp $(HOME)/.openwrt/defconfig .config; \
|
||||||
$(NO_TRACE_MAKE) menuconfig; \
|
$(NO_TRACE_MAKE) menuconfig; \
|
||||||
}
|
fi
|
||||||
@$< -D .config Config.in &> /dev/null
|
@$< -D .config Config.in &> /dev/null
|
||||||
|
|
||||||
scripts/config/mconf:
|
scripts/config/mconf:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user