mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-29 12:13:01 +02:00
12 lines
261 B
Plaintext
12 lines
261 B
Plaintext
config BR2_PACKAGE_IITO
|
|
bool "iito"
|
|
depends on BR2_PACKAGE_HAS_UDEV
|
|
select BR2_PACKAGE_JANSSON
|
|
select BR2_PACKAGE_LIBEV
|
|
help
|
|
If Input, Then Output
|
|
|
|
Monitor input sources, and reflect their state on output sinks.
|
|
|
|
https://github.com/kernelkit/iito
|