* [Buildroot] [PATCH] package/busybox: busybox.config: enable base64 applet
@ 2019-03-26 17:07 Peter Korsgaard
2019-03-26 17:45 ` Thomas Petazzoni
2019-03-28 9:52 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-03-26 17:07 UTC (permalink / raw)
To: buildroot
base64 reuses the uuencode logic, so only adds very little extra overhead,
is enabled by default upstream and is used more often than uuencode - So
enable it in the default busybox config.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/busybox/busybox.config | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/busybox/busybox.config b/package/busybox/busybox.config
index 38de13d4d9..1d9560d655 100644
--- a/package/busybox/busybox.config
+++ b/package/busybox/busybox.config
@@ -321,7 +321,7 @@ CONFIG_UNIQ=y
CONFIG_UNLINK=y
CONFIG_USLEEP=y
CONFIG_UUDECODE=y
-# CONFIG_BASE64 is not set
+CONFIG_BASE64=y
CONFIG_UUENCODE=y
CONFIG_WC=y
# CONFIG_FEATURE_WC_LARGE is not set
--
2.11.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/busybox: busybox.config: enable base64 applet
2019-03-26 17:07 [Buildroot] [PATCH] package/busybox: busybox.config: enable base64 applet Peter Korsgaard
@ 2019-03-26 17:45 ` Thomas Petazzoni
2019-03-28 9:52 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-03-26 17:45 UTC (permalink / raw)
To: buildroot
On Tue, 26 Mar 2019 18:07:48 +0100
Peter Korsgaard <peter@korsgaard.com> wrote:
> base64 reuses the uuencode logic, so only adds very little extra overhead,
> is enabled by default upstream and is used more often than uuencode - So
> enable it in the default busybox config.
>
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
> package/busybox/busybox.config | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/busybox: busybox.config: enable base64 applet
2019-03-26 17:07 [Buildroot] [PATCH] package/busybox: busybox.config: enable base64 applet Peter Korsgaard
2019-03-26 17:45 ` Thomas Petazzoni
@ 2019-03-28 9:52 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-03-28 9:52 UTC (permalink / raw)
To: buildroot
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:
> base64 reuses the uuencode logic, so only adds very little extra overhead,
> is enabled by default upstream and is used more often than uuencode - So
> enable it in the default busybox config.
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Committed to 2019.02.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-03-28 9:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-26 17:07 [Buildroot] [PATCH] package/busybox: busybox.config: enable base64 applet Peter Korsgaard
2019-03-26 17:45 ` Thomas Petazzoni
2019-03-28 9:52 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox