From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from gallifrey.ext.pengutronix.de ([2001:6f8:1178:4:5054:ff:fe8d:eefb] helo=localhost) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1SaNKJ-0001n4-36 for ptxdist@pengutronix.de; Fri, 01 Jun 2012 10:35:19 +0200 From: Juergen Beisert Date: Fri, 1 Jun 2012 10:33:57 +0200 MIME-Version: 1.0 Content-Disposition: inline Message-Id: <201206011033.58098.jbe@pengutronix.de> Subject: [ptxdist] [PATCH] Honor the Barebox bootloader 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 Signed-off-by: Juergen Beisert diff --git a/bin/ptxdist b/bin/ptxdist index 440a7aa..9c96fc6 100755 --- a/bin/ptxdist +++ b/bin/ptxdist @@ -791,6 +791,8 @@ Setup and Project Actions: menuconfig collection configure the collection + menuconfig barebox configure the bootloader Barebox + menuconfig u-boot-v2 u_boot_config configure U-Boot V2 diff --git a/scripts/bash_completion b/scripts/bash_completion index f24672f..1acfda5 100644 --- a/scripts/bash_completion +++ b/scripts/bash_completion @@ -25,7 +25,7 @@ _ptxdist_completion() # Complete depending on options case ${COMP_WORDS[1]} in menuconfig) - COMPREPLY=( $( compgen -W "${opts} kernel platform u-boot-v2" -- $cur) ) + COMPREPLY=( $( compgen -W "${opts} kernel platform barebox board collection user" -- $cur) ) ;; clone) #HACK! Enable filename completion without specifying '-o filenames' during complete (that will add slashes to commands if there is a dir of the same name :( ) -- Pengutronix e.K. | Juergen Beisert | Linux Solutions for Science and Industry | http://www.pengutronix.de/ | -- ptxdist mailing list ptxdist@pengutronix.de