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