aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorJeremie Koenig <jk@jk.fr.eu.org>2010-07-19 00:44:56 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-07-19 00:44:56 +0200
commit1d7266d3b59be361763dab61f680103bbb70f3e9 (patch)
tree631f533af2f9ceb9ba8d5cfcc978a3c33a0393cc /shell
parentb175462422f02a159a14dc5561d8bef6f84b2b66 (diff)
downloadbusybox-w32-1d7266d3b59be361763dab61f680103bbb70f3e9.tar.gz
busybox-w32-1d7266d3b59be361763dab61f680103bbb70f3e9.tar.bz2
busybox-w32-1d7266d3b59be361763dab61f680103bbb70f3e9.zip
mark Linux-specific configuration options
PLATFORM_LINUX is used as a dependency for applets or features which require Linux-specific interfaces. Signed-off-by: Jeremie Koenig <jk@jk.fr.eu.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rw-r--r--shell/cttyhack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/cttyhack.c b/shell/cttyhack.c
index 7af13fdfd..a80d49dc3 100644
--- a/shell/cttyhack.c
+++ b/shell/cttyhack.c
@@ -13,6 +13,7 @@
13//config:config CTTYHACK 13//config:config CTTYHACK
14//config: bool "cttyhack" 14//config: bool "cttyhack"
15//config: default y 15//config: default y
16//config: depends on PLATFORM_LINUX
16//config: help 17//config: help
17//config: One common problem reported on the mailing list is "can't access tty; 18//config: One common problem reported on the mailing list is "can't access tty;
18//config: job control turned off" error message which typically appears when 19//config: job control turned off" error message which typically appears when