From 0367f3f77d02772b4aec9cdf878cbb4c7b6d908b Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 14 Jan 2021 01:24:57 -0500 Subject: busybox: Enable base64 (needed for Message-ID) --- diff --git a/changelog b/changelog index 0dfc7da..797d98a 100644 --- a/changelog +++ b/changelog @@ -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 -- cgit v0.9.1