18 lines
374 B
Plaintext
18 lines
374 B
Plaintext
config BR2_PACKAGE_LIBDAEMON
|
|
bool "libdaemon"
|
|
# needs fork()
|
|
depends on BR2_USE_MMU
|
|
help
|
|
libdaemon is a lightweight C library that eases the
|
|
writing of UNIX daemons.
|
|
|
|
http://0pointer.de/lennart/projects/libdaemon/
|
|
|
|
if BR2_PACKAGE_LIBDAEMON
|
|
|
|
config BR2_PACKAGE_LIBDAEMON_USE_PREBUILT
|
|
bool "use prebuilt binary instead of building from source"
|
|
default y
|
|
|
|
endif
|