summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-01-14 01:06:33 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-14 01:08:49 (EST)
commit310621b55c4d32a057da9ed2955922e854266da6 (patch)
tree0e13abd4200635821b6c651bddca53372635abda
parent23c73922923afe712eb23745b4f5f2e5fa4ebaa7 (diff)
busybox: Enable nc and sendmail
-rw-r--r--changelog1
-rw-r--r--src/build/busybox_1.33.0/config8
2 files changed, 5 insertions, 4 deletions
diff --git a/changelog b/changelog
index 6f2cf8b..2bdf983 100644
--- a/changelog
+++ b/changelog
@@ -1,6 +1,7 @@
config-libiquity-testbench (1.1) trunk
* config-busybox-libiquity-testbench: New upstream version.
+ * config-busybox-libiquity-testbench: Enable nc and sendmail.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Thu, 14 Jan 2021 00:33:38 -0500
diff --git a/src/build/busybox_1.33.0/config b/src/build/busybox_1.33.0/config
index ad8f183..ccd17ae 100644
--- a/src/build/busybox_1.33.0/config
+++ b/src/build/busybox_1.33.0/config
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Busybox version: 1.33.0
-# Thu Jan 14 05:35:40 2021
+# Thu Jan 14 06:03:13 2021
#
CONFIG_HAVE_DOT_CONFIG=y
@@ -920,7 +920,7 @@ CONFIG_FEATURE_IP_ROUTE_DIR="/etc/iproute2"
# CONFIG_NAMEIF is not set
# CONFIG_FEATURE_NAMEIF_EXTENDED is not set
# CONFIG_NBDCLIENT is not set
-# CONFIG_NC is not set
+CONFIG_NC=y
# CONFIG_NETCAT is not set
# CONFIG_NC_SERVER is not set
# CONFIG_NC_EXTRA is not set
@@ -1019,8 +1019,8 @@ CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -n"
# CONFIG_FEATURE_POPMAILDIR_DELIVERY is not set
# CONFIG_REFORMIME is not set
# CONFIG_FEATURE_REFORMIME_COMPAT is not set
-# CONFIG_SENDMAIL is not set
-CONFIG_FEATURE_MIME_CHARSET=""
+CONFIG_SENDMAIL=y
+CONFIG_FEATURE_MIME_CHARSET="us-ascii"
#
# Process Utilities