kumquat-buildroot/package/can-utils/Config.in
Dario Binacchi edb184fe46 package/can-utils: enable compilation on MMU-less systems
Systems that lack a MMU cannot use fork() to create the child process.
The added upstream patch does not compile the affected programs on
MMU-less systems.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2023-05-13 10:56:08 +02:00

9 lines
227 B
Plaintext

config BR2_PACKAGE_CAN_UTILS
bool "can-utils"
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