mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-29 04:03:01 +02:00
Actually a part of statd, but had to make a separarate package to get it to work. Statd helper-scripts are now pre-compiled instead of doing it in runtime. Fixes #379
16 lines
505 B
Plaintext
16 lines
505 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
|
|
select BR2_PACKAGE_PYTHON_STATD
|
|
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.
|
|
|
|
https://github.com/kernelkit/infix
|