buildrootschalter/package/dtach/Config.in
Gustavo Zacarias 204b1d61d0 dtach: needs mmu
Fixes:
http://autobuild.buildroot.net/results/b07f6f05552aa9c8850ec8d9f67b2aa666dffbf4/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-04-03 22:42:15 +02:00

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/