mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: "Joseph A. Lutz" <joseph.lutz@novatechweb.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] busybox: fix for busybox prompting durring prepare
Date: Tue, 25 Sep 2012 12:24:19 -0500	[thread overview]
Message-ID: <1348593859-6142-1-git-send-email-joseph.lutz@novatechweb.com> (raw)

From: "Joseph A. Lutz" <joseph.lutz@novatechweb.com>

Renamed config option BUSYBOX_MD5_SMALL -> BUSYBOX_MD5_SIZE_VS_SPEED so
it would match with the downloaded version of busybox.

Uncommented the LENGTH config option and changed the name to
BUSYBOX_LENGTH. length is a busybox program in the corutils group. I do
not know why it was commented out.

Signed-off-by: Joseph A. Lutz <joseph.lutz@novatechweb.com>
---
 config/busybox/coreutils/Config.in | 10 +++++-----
 config/busybox/libbb/Config.in     |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/config/busybox/coreutils/Config.in b/config/busybox/coreutils/Config.in
index 6393c1c..86478a9 100644
--- a/config/busybox/coreutils/Config.in
+++ b/config/busybox/coreutils/Config.in
@@ -419,11 +419,11 @@ config BUSYBOX_FEATURE_INSTALL_LONG_OPTIONS
 	help
 	  Support long options for the install applet.
 
-####config LENGTH
-####	bool "length"
-####	default y
-####	help
-####	  length is used to print out the length of a specified string.
+config BUSYBOX_LENGTH
+	bool "length"
+	default y
+	help
+	  length is used to print out the length of a specified string.
 
 config BUSYBOX_LN
 	bool "ln"
diff --git a/config/busybox/libbb/Config.in b/config/busybox/libbb/Config.in
index 032d746..00c8d96 100644
--- a/config/busybox/libbb/Config.in
+++ b/config/busybox/libbb/Config.in
@@ -28,7 +28,7 @@ config BUSYBOX_PASSWORD_MINLEN
 	help
 	  Minimum allowable password length.
 
-config BUSYBOX_MD5_SMALL
+config BUSYBOX_MD5_SIZE_VS_SPEED
 	int "MD5: Trade bytes for speed (0:fast, 3:slow)"
 	default 1
 	range 0 3
-- 
1.7.12.1



-- 
ptxdist mailing list
ptxdist@pengutronix.de

             reply	other threads:[~2012-09-25 17:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-25 17:24 Joseph A. Lutz [this message]
2012-09-25 19:51 ` Marc Kleine-Budde

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1348593859-6142-1-git-send-email-joseph.lutz@novatechweb.com \
    --to=joseph.lutz@novatechweb.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox