From b07439a68123cc4a0df20754daec448bb9b42606 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Fri, 9 Mar 2018 08:44:46 +0000 Subject: pipe_progress: enable in default build See issue #97. --- configs/mingw32_defconfig | 2 +- configs/mingw64_defconfig | 2 +- 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="" # # Debian Utilities # -# CONFIG_PIPE_PROGRESS is not set +CONFIG_PIPE_PROGRESS=y # CONFIG_RUN_PARTS is not set # CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS is not set # 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="" # # Debian Utilities # -# CONFIG_PIPE_PROGRESS is not set +CONFIG_PIPE_PROGRESS=y # CONFIG_RUN_PARTS is not set # CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS is not set # CONFIG_FEATURE_RUN_PARTS_FANCY is not set -- cgit v1.2.3-55-g6feb