summaryrefslogtreecommitdiff
path: root/package/busybox/config/init/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-13 12:38:19 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-13 12:38:19 +0200
commitfbbcb6e8ecb9a448e6f46d7dfd26157405fb710c (patch)
treeeb106a0372f578abe3bc391688bbbe139b6e6529 /package/busybox/config/init/Config.in
parent6def834a1cba9c07fc3a49b0295643a02abe27c8 (diff)
parentc2a3330fd237c9fc700a850a2420de8e0d7891c2 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/busybox/config/init/Config.in')
-rw-r--r--package/busybox/config/init/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/busybox/config/init/Config.in b/package/busybox/config/init/Config.in
index cabe6b046..3858d14c5 100644
--- a/package/busybox/config/init/Config.in
+++ b/package/busybox/config/init/Config.in
@@ -152,6 +152,18 @@ config BUSYBOX_TELINIT_PATH
to facilitate proper shutdown, this path is to be used when
locating telinit executable.
+config BUSYBOX_INIT_TERMINAL_TYPE
+ string "Initial terminal type"
+ default "linux"
+ depends on BUSYBOX_INIT
+ help
+ This is the initial value set by init for the TERM environment
+ variable. This variable is used by programs which make use of
+ extended terminal capabilities.
+
+ Note that on Linux, init attempts to detect serial terminal and
+ sets TERM to "vt102" if one is found.
+
config BUSYBOX_MESG
bool "mesg"
default n