summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2019-03-26 18:07:48 +0100
committerPeter Korsgaard <peter@korsgaard.com>2019-03-28 10:49:51 +0100
commit13724665e97beb5d123137ce7060b9a950ad360d (patch)
treec7645b040a6e54c28acc292d3e7ab4fce9f28daf
parentd6c086a50e540d955f8dc037d44ca416a74e9fde (diff)
downloadbuildroot-13724665e97beb5d123137ce7060b9a950ad360d.tar.gz
buildroot-13724665e97beb5d123137ce7060b9a950ad360d.zip
package/busybox: busybox.config: enable base64 applet
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> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit 855a863ae9256045cf62edff9ddbfd33a3971891) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/busybox/busybox.config2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud