diff options
-rw-r--r-- | changelog | 2 | ||||
-rw-r--r-- | src/build/busybox_1.33.0/config | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ config-libiquity-testbench (1.1) trunk * config-busybox-libiquity-testbench: New upstream version. - * config-busybox-libiquity-testbench: Enable nc and sendmail. + * config-busybox-libiquity-testbench: Enable base64, nc, and sendmail. * config-base: Add opkg-lede to dependencies (currently needed by prokit during initial installation). * config-base: Remove expect from dependencies (sendmail will be used diff --git a/src/build/busybox_1.33.0/config b/src/build/busybox_1.33.0/config index ccd17ae..8ea6de9 100644 --- a/src/build/busybox_1.33.0/config +++ b/src/build/busybox_1.33.0/config @@ -332,7 +332,7 @@ CONFIG_UNIQ=y # CONFIG_USLEEP is not set # CONFIG_UUDECODE is not set # CONFIG_BASE32 is not set -# CONFIG_BASE64 is not set +CONFIG_BASE64=y # CONFIG_UUENCODE is not set CONFIG_WC=y # CONFIG_FEATURE_WC_LARGE is not set |