mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 21:37:10 +02:00
fix menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6881 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a5685a2556
commit
81a817a5e3
6
Makefile
6
Makefile
@ -90,9 +90,9 @@ oldconfig: scripts/config/conf tmp/.config-target.in tmp/.config-package.in FORC
|
||||
$< -o Config.in
|
||||
|
||||
menuconfig: scripts/config/mconf tmp/.config-target.in tmp/.config-package.in FORCE
|
||||
@[ -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; \
|
||||
fi
|
||||
$< Config.in
|
||||
|
||||
kernel_menuconfig: .config FORCE
|
||||
|
Loading…
Reference in New Issue
Block a user