1config BR2_PACKAGE_LIBDAEMON
2	bool "libdaemon"
3	# needs fork()
4	depends on BR2_USE_MMU
5	help
6	  libdaemon is a lightweight C library that eases the
7	  writing of UNIX daemons.
8
9	  http://0pointer.de/lennart/projects/libdaemon/
10