From e1a1a3db00f1333793f348bfc550a4463fe7f244 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Sat, 4 Feb 2017 10:19:31 +0000 Subject: ash: make the noconsole option configurable at build time The noconsole option depends on APIs that aren't available in all incarnations of Microsoft Windows. Allow it to be disabled at build time. --- configs/mingw32_defconfig | 1 + configs/mingw64_defconfig | 1 + 2 files changed, 2 insertions(+) (limited to 'configs') diff --git a/configs/mingw32_defconfig b/configs/mingw32_defconfig index 2d0e24891..6857cf22d 100644 --- a/configs/mingw32_defconfig +++ b/configs/mingw32_defconfig @@ -1036,6 +1036,7 @@ CONFIG_ASH_BUILTIN_PRINTF=y CONFIG_ASH_BUILTIN_TEST=y CONFIG_ASH_HELP=y CONFIG_ASH_CMDCMD=y +CONFIG_ASH_NOCONSOLE=y # CONFIG_ASH_MAIL is not set # CONFIG_CTTYHACK is not set # CONFIG_HUSH is not set diff --git a/configs/mingw64_defconfig b/configs/mingw64_defconfig index 7ee4e58f9..4818556a9 100644 --- a/configs/mingw64_defconfig +++ b/configs/mingw64_defconfig @@ -1036,6 +1036,7 @@ CONFIG_ASH_BUILTIN_PRINTF=y CONFIG_ASH_BUILTIN_TEST=y CONFIG_ASH_HELP=y CONFIG_ASH_CMDCMD=y +CONFIG_ASH_NOCONSOLE=y # CONFIG_ASH_MAIL is not set # CONFIG_CTTYHACK is not set # CONFIG_HUSH is not set -- cgit v1.2.3-55-g6feb