Config.in 390 B

12345678910111213
  1. config BR2_PACKAGE_SOCKETCAND
  2. bool "socketcand"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. depends on BR2_USE_MMU # fork()
  5. help
  6. Socketcand is a daemon that provides access to CAN interfaces
  7. on a machine via a network interface.
  8. https://github.com/dschanoeh/socketcand
  9. comment "socketcand needs a toolchain w/ threads"
  10. depends on BR2_USE_MMU
  11. depends on !BR2_TOOLCHAIN_HAS_THREADS