* [ptxdist] [PATCH] Honor the Barebox bootloader
@ 2012-06-01 8:33 Juergen Beisert
0 siblings, 0 replies; only message in thread
From: Juergen Beisert @ 2012-06-01 8:33 UTC (permalink / raw)
To: ptxdist
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-01 8:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-01 8:33 [ptxdist] [PATCH] Honor the Barebox bootloader Juergen Beisert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox