python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / dtach / Config.in
blobbea112b36d728784063290587e18181ad53ec98a
1 config 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 screen,
6           allowing you to run a program in an environment that is protected
7           from the controlling terminal and attach to it later.
9           http://dtach.sourceforge.net/