The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libdaemon / Config.in
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/