|
|
|
@ -90,8 +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
|
|
|
|
|
@[ -f .config ] || { \
|
|
|
|
|
[ -e $(HOME)/.openwrt/defconfig ] && cp $(HOME)/.openwrt/defconfig .config; \
|
|
|
|
|
}
|
|
|
|
|
$< Config.in
|
|
|
|
|
|
|
|
|
|
kernel_menuconfig: .config FORCE |
|
|
|
|