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
|
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
|
|
|
|
|
|
|
comment "socketcand requires a toolchain with threads support"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|