aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2018-03-09 08:44:46 +0000
committerRon Yorston <rmy@pobox.com>2018-03-09 09:18:03 +0000
commitb07439a68123cc4a0df20754daec448bb9b42606 (patch)
tree4a0a9066d850b7749e7f00ad67b7f6c8d2f75b25
parentdf75d1aa3746a9341acc858257c13fdf44947ec0 (diff)
downloadbusybox-w32-b07439a68123cc4a0df20754daec448bb9b42606.tar.gz
busybox-w32-b07439a68123cc4a0df20754daec448bb9b42606.tar.bz2
busybox-w32-b07439a68123cc4a0df20754daec448bb9b42606.zip
pipe_progress: enable in default build
See issue #97.
-rw-r--r--configs/mingw32_defconfig2
-rw-r--r--configs/mingw64_defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/mingw32_defconfig b/configs/mingw32_defconfig
index 265b184f9..c143d9f0c 100644
--- a/configs/mingw32_defconfig
+++ b/configs/mingw32_defconfig
@@ -380,7 +380,7 @@ CONFIG_DEFAULT_SETFONT_DIR=""
380# 380#
381# Debian Utilities 381# Debian Utilities
382# 382#
383# CONFIG_PIPE_PROGRESS is not set 383CONFIG_PIPE_PROGRESS=y
384# CONFIG_RUN_PARTS is not set 384# CONFIG_RUN_PARTS is not set
385# CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS is not set 385# CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS is not set
386# CONFIG_FEATURE_RUN_PARTS_FANCY is not set 386# CONFIG_FEATURE_RUN_PARTS_FANCY is not set
diff --git a/configs/mingw64_defconfig b/configs/mingw64_defconfig
index aa355ae66..9427f7b5b 100644
--- a/configs/mingw64_defconfig
+++ b/configs/mingw64_defconfig
@@ -380,7 +380,7 @@ CONFIG_DEFAULT_SETFONT_DIR=""
380# 380#
381# Debian Utilities 381# Debian Utilities
382# 382#
383# CONFIG_PIPE_PROGRESS is not set 383CONFIG_PIPE_PROGRESS=y
384# CONFIG_RUN_PARTS is not set 384# CONFIG_RUN_PARTS is not set
385# CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS is not set 385# CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS is not set
386# CONFIG_FEATURE_RUN_PARTS_FANCY is not set 386# CONFIG_FEATURE_RUN_PARTS_FANCY is not set