2012-03-22 16:00:59 +01:00
|
|
|
config BR2_PACKAGE_SOCKETCAND
|
|
|
|
bool "socketcand"
|
2013-04-30 15:23:50 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2013-09-07 08:04:26 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2012-03-22 16:00:59 +01:00
|
|
|
help
|
|
|
|
Socketcand is a daemon that provides access to CAN interfaces
|
|
|
|
on a machine via a network interface.
|
|
|
|
|
|
|
|
https://github.com/dschanoeh/socketcand
|
2013-04-30 15:23:50 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "socketcand needs a toolchain w/ threads"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2013-04-30 15:23:50 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|