aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-10-04 09:27:25 -0700
committerElliott Hughes <enh@google.com>2016-10-04 09:30:00 -0700
commiteacb3495197c17499e7103116b31db94ab7a9631 (patch)
tree4c98a07183b147098417fee656e730689e43d336 /.config
parent591e5474cacbeeb1e2c4b0a53f68984c2b133347 (diff)
downloadtoybox-eacb3495197c17499e7103116b31db94ab7a9631.tar.gz
Add uudecode/uuencode.
Some firmware flashing scripts rely on sharutils, which rely on uudecode/uuencode. Since we're several decades too late to expect anyone to update sharutils to use base64 instead, and POSIX includes uudecode/uuencode, let's just support them. Bug: http://b/31913440 Test: manual Change-Id: Ia3893de08abfe5b8a8f58349bd298b912fa99e6a
Diffstat (limited to '.config')
-rw-r--r--.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config b/.config
index 17b55dfe..62463f73 100644
--- a/.config
+++ b/.config
@@ -101,8 +101,8 @@ CONFIG_ULIMIT=y
CONFIG_UNAME=y
CONFIG_UNIQ=y
# CONFIG_UNLINK is not set
-# CONFIG_UUDECODE is not set
-# CONFIG_UUENCODE is not set
+CONFIG_UUDECODE=y
+CONFIG_UUENCODE=y
# CONFIG_VI is not set
CONFIG_WC=y
# CONFIG_WHO is not set