From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from va3ehsobe001.messaging.microsoft.com ([216.32.180.11] helo=va3outboundpool.messaging.microsoft.com) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1TGYsR-0000na-OM for ptxdist@pengutronix.de; Tue, 25 Sep 2012 19:24:59 +0200 Received: from mail269-va3 (localhost [127.0.0.1]) by mail269-va3-R.bigfish.com (Postfix) with ESMTP id 5D3231600148 for ; Tue, 25 Sep 2012 17:24:48 +0000 (UTC) Received: from VA3EHSMHS020.bigfish.com (unknown [10.7.14.248]) by mail269-va3.bigfish.com (Postfix) with ESMTP id B645424003F for ; Tue, 25 Sep 2012 17:24:46 +0000 (UTC) From: "Joseph A. Lutz" Date: Tue, 25 Sep 2012 12:24:19 -0500 Message-ID: <1348593859-6142-1-git-send-email-joseph.lutz@novatechweb.com> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] busybox: fix for busybox prompting durring prepare 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 From: "Joseph A. Lutz" 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 --- 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