ubuntu-buildroot/package/cfm/Config.in

18 lines
564 B
Plaintext
Raw Permalink Normal View History

2024-04-01 15:19:46 +00:00
config BR2_PACKAGE_CFM
bool "cfm"
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_0
select BR2_PACKAGE_LIBEV
select BR2_PACKAGE_LIBMNL
select BR2_PACKAGE_LIBNL
help
This is the userspace application that configures the kernel
to run CFM protocol. The userspace application is made of 2
applications, one daemon and a client.
https://github.com/microchip-ung/cfm
comment "cfm needs a toolchain w/ threads, kernel headers >= 5.0"
depends on !BR2_TOOLCHAIN_HAS_THREADS \
|| !BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_0