diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-13 10:49:34 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-13 10:49:34 (EST) |
commit | b78b84d9446221e8dd16459b8fb0996d5dc63d04 (patch) | |
tree | ad88d10b5bb3d667790a61fb2d77a1dade3e1089 /src | |
parent | e6d2dc3a28b1164447c6471cc7b06f5858901ba5 (diff) |
busybox: Enable uudecode
Diffstat (limited to 'src')
-rw-r--r-- | src/build/busybox_1.32.0/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/busybox_1.32.0/config b/src/build/busybox_1.32.0/config index 5e0c5b1..5f34218 100644 --- a/src/build/busybox_1.32.0/config +++ b/src/build/busybox_1.32.0/config @@ -330,7 +330,7 @@ CONFIG_UNAME_OSNAME="BusyBox/Linux-libre" CONFIG_UNIQ=y CONFIG_UNLINK=y # CONFIG_USLEEP is not set -# CONFIG_UUDECODE is not set +CONFIG_UUDECODE=y CONFIG_BASE64=y # CONFIG_UUENCODE is not set CONFIG_WC=y |