summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-01-14 01:24:57 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-14 01:24:57 (EST)
commit0367f3f77d02772b4aec9cdf878cbb4c7b6d908b (patch)
tree8908344058acd70fdc354baccbc2f799e817c679
parenta3ca6db8b0f026e5be6b8666dbb9b12dde1edf91 (diff)
busybox: Enable base64 (needed for Message-ID)
-rw-r--r--changelog2
-rw-r--r--src/build/busybox_1.33.0/config2
2 files changed, 2 insertions, 2 deletions
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