Config.in 723 B

1234567891011121314151617181920
  1. config BR2_PACKAGE_ALFRED
  2. bool "alfred"
  3. depends on !BR2_STATIC_LIBS # dlopen()
  4. depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
  5. select BR2_PACKAGE_LIBNL
  6. help
  7. Alfred is a user space daemon for distributing arbitrary
  8. local information over the mesh/network in a decentralized
  9. fashion.
  10. This data can be anything which appears to be useful -
  11. originally designed to replace the batman-adv visualization
  12. (vis), you may distribute hostnames, phone books,
  13. administration information, DNS information, the local
  14. weather forecast ...
  15. https://www.open-mesh.org/projects/alfred/wiki
  16. comment "alfred needs a toolchain w/ dynamic library, threads"
  17. depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS