From ab5fe4ef9bd8ee528a74591a15f3678ec2654c5d Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Wed, 7 Aug 2019 12:28:37 +0200 Subject: rules: enable use of nconfig for barebox_mlo and custom kernel packages 'ptxdist nconfig' works for the main kernel and barebox packages, so enable it for all other barebox and kernel packages too. Signed-off-by: Roland Hieber Signed-off-by: Michael Olbrich --- rules/barebox_mlo.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules/barebox_mlo.make') diff --git a/rules/barebox_mlo.make b/rules/barebox_mlo.make index 6ede89266..6bf05902a 100644 --- a/rules/barebox_mlo.make +++ b/rules/barebox_mlo.make @@ -105,7 +105,7 @@ $(STATEDIR)/barebox_mlo.clean: # oldconfig / menuconfig # ---------------------------------------------------------------------------- -barebox_mlo_oldconfig barebox_mlo_menuconfig: $(STATEDIR)/barebox_mlo.extract +barebox_mlo_oldconfig barebox_mlo_menuconfig barebox_mlo_nconfig: $(STATEDIR)/barebox_mlo.extract @if test -e $(BAREBOX_MLO_CONFIG); then \ cp $(BAREBOX_MLO_CONFIG) $(BAREBOX_MLO_DIR)/.config; \ fi -- cgit v1.2.3