diff options
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | src/build/busybox_1.33.0/config | 8 |
2 files changed, 5 insertions, 4 deletions
@@ -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 |