1config BR2_PACKAGE_DAEMON 2 bool "daemon" 3 depends on BR2_USE_MMU # fork() 4 depends on BR2_TOOLCHAIN_HAS_THREADS 5 help 6 Daemon turns other process into daemons. 7 8 http://www.libslack.org/daemon/ 9 10comment "daemon needs a toolchain w/ threads" 11 depends on BR2_USE_MMU 12 depends on !BR2_TOOLCHAIN_HAS_THREADS 13