diff options
author | Ron Yorston <rmy@pobox.com> | 2017-02-04 10:19:31 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2017-02-04 10:19:31 +0000 |
commit | e1a1a3db00f1333793f348bfc550a4463fe7f244 (patch) | |
tree | fb9a25d6378773e478281766d781ba84d41b3b58 /configs | |
parent | c6ec14a39aa1a6fe98fe4bec1ee3d545be9d5410 (diff) | |
download | busybox-w32-noconsole.tar.gz busybox-w32-noconsole.tar.bz2 busybox-w32-noconsole.zip |
ash: make the noconsole option configurable at build timenoconsole
The noconsole option depends on APIs that aren't available in
all incarnations of Microsoft Windows. Allow it to be disabled
at build time.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mingw32_defconfig | 1 | ||||
-rw-r--r-- | configs/mingw64_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
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 | |||
1036 | CONFIG_ASH_BUILTIN_TEST=y | 1036 | CONFIG_ASH_BUILTIN_TEST=y |
1037 | CONFIG_ASH_HELP=y | 1037 | CONFIG_ASH_HELP=y |
1038 | CONFIG_ASH_CMDCMD=y | 1038 | CONFIG_ASH_CMDCMD=y |
1039 | CONFIG_ASH_NOCONSOLE=y | ||
1039 | # CONFIG_ASH_MAIL is not set | 1040 | # CONFIG_ASH_MAIL is not set |
1040 | # CONFIG_CTTYHACK is not set | 1041 | # CONFIG_CTTYHACK is not set |
1041 | # CONFIG_HUSH is not set | 1042 | # 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 | |||
1036 | CONFIG_ASH_BUILTIN_TEST=y | 1036 | CONFIG_ASH_BUILTIN_TEST=y |
1037 | CONFIG_ASH_HELP=y | 1037 | CONFIG_ASH_HELP=y |
1038 | CONFIG_ASH_CMDCMD=y | 1038 | CONFIG_ASH_CMDCMD=y |
1039 | CONFIG_ASH_NOCONSOLE=y | ||
1039 | # CONFIG_ASH_MAIL is not set | 1040 | # CONFIG_ASH_MAIL is not set |
1040 | # CONFIG_CTTYHACK is not set | 1041 | # CONFIG_CTTYHACK is not set |
1041 | # CONFIG_HUSH is not set | 1042 | # CONFIG_HUSH is not set |