From a7968f71ef743fd36434560b1d7642acf5227ee5 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Thu, 24 Aug 2017 13:46:10 +0100 Subject: cpio: disable pass-through mode (-p) in default configuration Pass-through mode never worked: it uses fork(). --- 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 d5f63953e..abe56f619 100644 --- a/configs/mingw32_defconfig +++ b/configs/mingw32_defconfig @@ -156,7 +156,7 @@ CONFIG_BZIP2=y CONFIG_FEATURE_BZIP2_DECOMPRESS=y CONFIG_CPIO=y CONFIG_FEATURE_CPIO_O=y -CONFIG_FEATURE_CPIO_P=y +# CONFIG_FEATURE_CPIO_P is not set # CONFIG_DPKG is not set CONFIG_DPKG_DEB=y CONFIG_GZIP=y diff --git a/configs/mingw64_defconfig b/configs/mingw64_defconfig index 115234b61..286846f95 100644 --- a/configs/mingw64_defconfig +++ b/configs/mingw64_defconfig @@ -156,7 +156,7 @@ CONFIG_BZIP2=y CONFIG_FEATURE_BZIP2_DECOMPRESS=y CONFIG_CPIO=y CONFIG_FEATURE_CPIO_O=y -CONFIG_FEATURE_CPIO_P=y +# CONFIG_FEATURE_CPIO_P is not set # CONFIG_DPKG is not set CONFIG_DPKG_DEB=y CONFIG_GZIP=y -- cgit v1.2.3-55-g6feb