mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
fix menuconfig checks
SVN-Revision: 6879
This commit is contained in:
parent
3c4dd6fb02
commit
5e42783559
5
Makefile
5
Makefile
@ -90,8 +90,9 @@ oldconfig: scripts/config/conf tmp/.config-target.in tmp/.config-package.in FORC
|
|||||||
$< -o Config.in
|
$< -o Config.in
|
||||||
|
|
||||||
menuconfig: scripts/config/mconf tmp/.config-target.in tmp/.config-package.in FORCE
|
menuconfig: scripts/config/mconf tmp/.config-target.in tmp/.config-package.in FORCE
|
||||||
@[ -f .config ] || \
|
@[ -f .config ] || { \
|
||||||
[ -e $(HOME)/.openwrt/defconfig ] && cp $(HOME)/.openwrt/defconfig .config
|
[ -e $(HOME)/.openwrt/defconfig ] && cp $(HOME)/.openwrt/defconfig .config; \
|
||||||
|
}
|
||||||
$< Config.in
|
$< Config.in
|
||||||
|
|
||||||
kernel_menuconfig: .config FORCE
|
kernel_menuconfig: .config FORCE
|
||||||
|
Loading…
Reference in New Issue
Block a user