mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
Also, add missing dependency on libite to packaging. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
13 lines
433 B
Plaintext
13 lines
433 B
Plaintext
config BR2_PACKAGE_STATD
|
|
bool "statd"
|
|
select BR2_PACKAGE_JANSSON
|
|
select BR2_PACKAGE_LIBEV
|
|
select BR2_PACKAGE_SYSREPO
|
|
select BR2_PACKAGE_LIBSRX
|
|
select BR2_PACKAGE_LIBITE
|
|
help
|
|
Operational Status Daemon. Responsible for handling sysrepo
|
|
operational run-time info. Such as interface state and address.
|
|
All data supplied should be fetched from the running system,
|
|
which might differ from data configured through confd.
|