aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-17 20:56:36 +0200
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-19 18:35:26 +0200
commit07c3f3802d68880825052fb7902534bd31dc3f05 (patch)
treea296152d451acf6a79bc7215c7000d23aaa176b7 /shell
parente6a1a2321c47d61868f66beb9a258399cdb09eb2 (diff)
downloadbusybox-w32-07c3f3802d68880825052fb7902534bd31dc3f05.tar.gz
busybox-w32-07c3f3802d68880825052fb7902534bd31dc3f05.tar.bz2
busybox-w32-07c3f3802d68880825052fb7902534bd31dc3f05.zip
Config.in: mark all applets POSIX only
Diffstat (limited to 'shell')
-rw-r--r--shell/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/Config.in b/shell/Config.in
index 3b1650615..f83f5c888 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -38,6 +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 help 42 help
42 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
43 the most complete and most pedantically correct shell included with 44 the most complete and most pedantically correct shell included with
@@ -140,6 +141,7 @@ config ASH_EXPAND_PRMT
140config HUSH 141config HUSH
141 bool "hush" 142 bool "hush"
142 default n 143 default n
144 depends on PLATFORM_POSIX
143 help 145 help
144 hush is a small shell (22k). It handles the normal flow control 146 hush is a small shell (22k). It handles the normal flow control
145 constructs such as if/then/elif/else/fi, for/in/do/done, while loops, 147 constructs such as if/then/elif/else/fi, for/in/do/done, while loops,
@@ -246,6 +248,7 @@ config HUSH_RANDOM_SUPPORT
246config LASH 248config LASH
247 bool "lash (deprecated: aliased to hush)" 249 bool "lash (deprecated: aliased to hush)"
248 default n 250 default n
251 depends on PLATFORM_POSIX
249 select HUSH 252 select HUSH
250 help 253 help
251 lash is deprecated and will be removed, please migrate to hush. 254 lash is deprecated and will be removed, please migrate to hush.
@@ -253,6 +256,7 @@ config LASH
253config MSH 256config MSH
254 bool "msh (deprecated: please use hush)" 257 bool "msh (deprecated: please use hush)"
255 default n 258 default n
259 depends on PLATFORM_POSIX
256 select HUSH 260 select HUSH
257 help 261 help
258 msh is deprecated and will be removed, please migrate to hush. 262 msh is deprecated and will be removed, please migrate to hush.
@@ -342,6 +346,7 @@ config FEATURE_SH_NOFORK
342config CTTYHACK 346config CTTYHACK
343 bool "cttyhack" 347 bool "cttyhack"
344 default n 348 default n
349 depends on PLATFORM_POSIX
345 help 350 help
346 One common problem reported on the mailing list is "can't access tty; 351 One common problem reported on the mailing list is "can't access tty;
347 job control turned off" error message which typically appears when 352 job control turned off" error message which typically appears when