package/busybox: busybox.config: enable base64 applet
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 26 Mar 2019 17:07:48 +0000 (18:07 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 26 Mar 2019 17:45:36 +0000 (18:45 +0100)
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>
package/busybox/busybox.config

index 38de13d4d9d65ba1d0510c134ca3bd5aa563ac23..1d9560d655268e97cd6953807113d453466d2778 100644 (file)
@@ -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