Files
infix/package/statd/Config.in
T
Mattias Walström dc6abfaaae statd: Remove python-statd package
Now statd handling the rebuilding of the python libraries by using
the same script as buildroot uses for building python-packages.
2025-12-06 22:03:55 +01:00

17 lines
537 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_HOST_PYTHON3
select BR2_PACKAGE_DBUS_PYTHON
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