Files
Mattias Walström 8c9c432847 Add a new packet python-statd
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
2024-04-16 12:47:16 +02:00

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