busybox: use cttyhack

This commit is contained in:
Lukas Rusak 2017-07-07 13:35:03 -07:00
parent 0789bd3da9
commit c9a5cdefc3
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3
2 changed files with 3 additions and 3 deletions

View File

@ -761,7 +761,7 @@ CONFIG_NANDWRITE=y
# CONFIG_RUNLEVEL is not set
# CONFIG_RX is not set
# CONFIG_SETSERIAL is not set
# CONFIG_SETSID is not set
CONFIG_SETSID=y
# CONFIG_STRINGS is not set
# CONFIG_TASKSET is not set
# CONFIG_FEATURE_TASKSET_FANCY is not set
@ -1041,7 +1041,7 @@ CONFIG_ASH_BUILTIN_TEST=y
# CONFIG_ASH_HELP is not set
# CONFIG_ASH_CMDCMD is not set
# CONFIG_ASH_MAIL is not set
# CONFIG_CTTYHACK is not set
CONFIG_CTTYHACK=y
# CONFIG_HUSH is not set
# CONFIG_HUSH_BASH_COMPAT is not set
# CONFIG_HUSH_BRACE_EXPANSION is not set

View File

@ -186,7 +186,7 @@
showcursor
sh </dev/tty1 >/dev/tty1 2>&1
setsid cttyhack sh
}
error() {