repo.or.cz
/
buildroot-gz.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git]
/
package
/
libdaemon
/
Config.in
blob
bfcedc1968db538a2fb3bc2ceac849736cd0baf3
1
config 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/