diff Config.in @ 956:caa05719070f

Start of TOYBOX_SINGLE support, for building standalone commands with no multiplexer.
author Rob Landley <rob@landley.net>
date Fri, 19 Jul 2013 02:03:02 -0500
parents 812e8c5d026f
children 40d0c96a8e89
line wrap: on
line diff
--- a/Config.in	Thu Jul 18 18:20:03 2013 -0500
+++ b/Config.in	Fri Jul 19 02:03:02 2013 -0500
@@ -17,6 +17,12 @@
 	  With no arguments, shows available commands. First argument is
 	  name of a command to run, followed by any arguments to that command.
 
+config TOYBOX_SINGLE
+	bool
+	default n
+	help
+	  Build a single toybox command standalone with no multiplexer.
+
 config TOYBOX_SUID
 	bool "SUID support"
 	default y