From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mediacenter.hi.pengutronix.de ([2001:6f8:1178:2::65]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1StlEK-0000LG-3a for ptxdist@pengutronix.de; Tue, 24 Jul 2012 21:57:16 +0200 Received: from mol by mediacenter.hi.pengutronix.de with local (Exim 4.72) (envelope-from ) id 1StlEK-0007s7-2X for ptxdist@pengutronix.de; Tue, 24 Jul 2012 21:57:16 +0200 Date: Tue, 24 Jul 2012 21:57:16 +0200 From: Michael Olbrich Message-ID: <20120724195716.GI28315@pengutronix.de> References: <1343158744-6265-1-git-send-email-bernhard@bwalle.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1343158744-6265-1-git-send-email-bernhard@bwalle.de> Subject: Re: [ptxdist] [PATCH] barebox: Allow usage of nconfig Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Tue, Jul 24, 2012 at 09:39:04PM +0200, Bernhard Walle wrote: > With that patch, 'ptxdist nconfig barebox' works. > Thanks, applied. Michael > Signed-off-by: Bernhard Walle > --- > rules/barebox.make | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/rules/barebox.make b/rules/barebox.make > index 67fe32c..1ee660b 100644 > --- a/rules/barebox.make > +++ b/rules/barebox.make > @@ -146,7 +146,7 @@ $(STATEDIR)/barebox.clean: > # oldconfig / menuconfig > # ---------------------------------------------------------------------------- > > -barebox_oldconfig barebox_menuconfig: $(STATEDIR)/barebox.extract > +barebox_oldconfig barebox_menuconfig barebox_nconfig: $(STATEDIR)/barebox.extract > @if test -e $(BAREBOX_CONFIG); then \ > cp $(BAREBOX_CONFIG) $(BAREBOX_DIR)/.config; \ > fi > -- > 1.7.9.5 > > > -- > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de