summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-12-08 04:38:35 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-12-08 04:38:35 (EST)
commit17f4ba857b425f78b3e33c7c98322dfadf9d84bf (patch)
tree950e4fa6ee91c58f2ef3bd4aa3521f49b13244dc
parent67cf73dfa01e4cfeb4dda56bba531ded7f95f4fe (diff)
busybox: Enable STAT and FEATURE_STAT_FORMAT
Fixes: /prokit/sessions/3044562240/wd/tmp/src/scripts/generate_BUFSIZ.sh: line 1: stat: not found
-rw-r--r--src/build/busybox_1.32.0/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build/busybox_1.32.0/config b/src/build/busybox_1.32.0/config
index 8baa49d..5e0c5b1 100644
--- a/src/build/busybox_1.32.0/config
+++ b/src/build/busybox_1.32.0/config
@@ -297,8 +297,8 @@ CONFIG_FEATURE_SORT_BIG=y
# CONFIG_FEATURE_SORT_OPTIMIZE_MEMORY is not set
CONFIG_SPLIT=y
# CONFIG_FEATURE_SPLIT_FANCY is not set
-# CONFIG_STAT is not set
-# CONFIG_FEATURE_STAT_FORMAT is not set
+CONFIG_STAT=y
+CONFIG_FEATURE_STAT_FORMAT=y
# CONFIG_FEATURE_STAT_FILESYSTEM is not set
CONFIG_STTY=y
# CONFIG_SUM is not set