204b1d61d0
Fixes: http://autobuild.buildroot.net/results/b07f6f05552aa9c8850ec8d9f67b2aa666dffbf4/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
10 lines
309 B
Plaintext
10 lines
309 B
Plaintext
config BR2_PACKAGE_DTACH
|
|
bool "dtach"
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
dtach is a tiny program that emulates the detach feature of screen,
|
|
allowing you to run a program in an environment that is protected
|
|
from the controlling terminal and attach to it later.
|
|
|
|
http://dtach.sourceforge.net/
|