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
7 lines
153 B
Plaintext
7 lines
153 B
Plaintext
config BR2_PACKAGE_PYTHON_STATD
|
|
bool "python-statd"
|
|
select BR2_PACKAGE_HOST_PYTHON3
|
|
select BR2_PACKAGE_STATD
|
|
help
|
|
Python helpers for statd.
|