aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-14 04:45:31 +0200
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-20 19:14:24 +0200
commit1707ca754228f8d78d514a619f9e5eba2f51c5ee (patch)
tree7dab563e13800efd64a5496a826bc8949404e1ba
parentd022fb6878bde52e6ca54289e56fe0c144e10503 (diff)
downloadbusybox-w32-1707ca754228f8d78d514a619f9e5eba2f51c5ee.tar.gz
busybox-w32-1707ca754228f8d78d514a619f9e5eba2f51c5ee.tar.bz2
busybox-w32-1707ca754228f8d78d514a619f9e5eba2f51c5ee.zip
win32: Unmask ash
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
-rw-r--r--shell/Config.in4
1 files changed, 3 insertions, 1 deletions
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
38 bool "ash" 38 bool "ash"
39 default n 39 default n
40 depends on !NOMMU 40 depends on !NOMMU
41 depends on PLATFORM_POSIX 41 depends on PLATFORM_POSIX || PLATFORM_MINGW32
42 help 42 help
43 Tha 'ash' shell adds about 60k in the default configuration and is 43 Tha 'ash' shell adds about 60k in the default configuration and is
44 the most complete and most pedantically correct shell included with 44 the most complete and most pedantically correct shell included with
@@ -57,6 +57,7 @@ config ASH_JOB_CONTROL
57 bool "Job control" 57 bool "Job control"
58 default y 58 default y
59 depends on ASH 59 depends on ASH
60 depends on !PLATFORM_MINGW32
60 help 61 help
61 Enable job control in the ash shell. 62 Enable job control in the ash shell.
62 63
@@ -108,6 +109,7 @@ config ASH_MAIL
108 bool "Check for new mail on interactive shells" 109 bool "Check for new mail on interactive shells"
109 default y 110 default y
110 depends on ASH 111 depends on ASH
112 depends on !PLATFORM_MINGW32
111 help 113 help
112 Enable "check for new mail" in the ash shell. 114 Enable "check for new mail" in the ash shell.
113 115