16 lines
409 B
Plaintext
16 lines
409 B
Plaintext
menuconfig BR2_PACKAGE_CAN_UTILS
|
|
bool "can-utils"
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
SocketCAN is a set of open source CAN drivers and a
|
|
networking stack.
|
|
This package provides various tools for this stack.
|
|
|
|
https://github.com/linux-can/can-utils
|
|
|
|
if BR2_PACKAGE_CAN_UTILS
|
|
config BR2_PACKAGE_CAN_UTILS_USE_PREBUILT
|
|
bool "use prebuilt binary instead of building from source"
|
|
default y
|
|
endif
|