blob: 2c5c049fa3ae33322b34224e56f2453ce26b118a (
plain)
1
2
3
4
5
6
7
8
|
config BR2_PACKAGE_LIBDAEMON
bool "libdaemon"
select BR2_PACKAGE_PKGCONFIG
help
libdaemon is a lightweight C library that eases the
writing of UNIX daemons.
http://0pointer.de/lennart/projects/libdaemon/
|