mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
17
package/mrp/Config.in
Normal file
17
package/mrp/Config.in
Normal file
@@ -0,0 +1,17 @@
|
||||
config BR2_PACKAGE_MRP
|
||||
bool "mrp"
|
||||
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 MRP protocol. The userspace application is made of 2
|
||||
applications, one daemon and a client.
|
||||
|
||||
https://github.com/microchip-ung/mrp
|
||||
|
||||
comment "mrp needs a toolchain w/ threads, kernel headers >= 5.0"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS \
|
||||
|| !BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_0
|
||||
Reference in New Issue
Block a user