xref: /OK3568_Linux_fs/buildroot/package/dtach/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_DTACH
2	bool "dtach"
3	depends on BR2_USE_MMU # fork()
4	help
5	  dtach is a tiny program that emulates the detach feature of
6	  screen, allowing you to run a program in an environment that
7	  is protected from the controlling terminal and attach to it
8	  later.
9
10	  http://dtach.sourceforge.net/
11