From 1707ca754228f8d78d514a619f9e5eba2f51c5ee Mon Sep 17 00:00:00 2001 From: Nguyễn Thái Ngọc Duy Date: Wed, 14 Apr 2010 04:45:31 +0200 Subject: win32: Unmask ash MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nguyễn Thái Ngọc Duy --- shell/Config.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/Config.in b/shell/Config.in index f83f5c888..7d8bae2eb 100644 --- a/shell/Config.in +++ b/shell/Config.in @@ -38,7 +38,7 @@ config ASH bool "ash" default n depends on !NOMMU - depends on PLATFORM_POSIX + depends on PLATFORM_POSIX || PLATFORM_MINGW32 help Tha 'ash' shell adds about 60k in the default configuration and is the most complete and most pedantically correct shell included with @@ -57,6 +57,7 @@ config ASH_JOB_CONTROL bool "Job control" default y depends on ASH + depends on !PLATFORM_MINGW32 help Enable job control in the ash shell. @@ -108,6 +109,7 @@ config ASH_MAIL bool "Check for new mail on interactive shells" default y depends on ASH + depends on !PLATFORM_MINGW32 help Enable "check for new mail" in the ash shell. -- cgit v1.2.3-55-g6feb