From 190204f6490ba912f5902e4cf4c20c431dbe8a14 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 17 Jan 2021 05:58:43 -0500 Subject: busybox: Enable bc --- diff --git a/changelog b/changelog index 6ed7289..a70d80a 100644 --- a/changelog +++ b/changelog @@ -2,6 +2,7 @@ config-libiquity-testbench (1.3) trunk * config-busybox-libiquity-testbench: Send up to 10 DHCP discovery packets (up to 30 seconds in discovery). + * config-busybox-libiquity-testbench: Enable bc. -- Patrick McDermott Sun, 17 Jan 2021 05:04:17 -0500 diff --git a/src/build/busybox_1.33.0/config b/src/build/busybox_1.33.0/config index 3fe9f16..228fb08 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 06:03:13 2021 +# Sun Jan 17 10:57:31 2021 # CONFIG_HAVE_DOT_CONFIG=y @@ -741,9 +741,9 @@ CONFIG_VOLUMEID=y # CONFIG_ADJTIMEX is not set # CONFIG_BBCONFIG is not set # CONFIG_FEATURE_COMPRESS_BBCONFIG is not set -# CONFIG_BC is not set +CONFIG_BC=y # CONFIG_DC is not set -# CONFIG_FEATURE_DC_BIG is not set +CONFIG_FEATURE_DC_BIG=y # CONFIG_FEATURE_DC_LIBM is not set # CONFIG_FEATURE_BC_INTERACTIVE is not set # CONFIG_FEATURE_BC_LONG_OPTIONS is not set -- cgit v0.9.1