mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
Everything (!) potentially shared with other sysrepo plugins/daemons and helper functions (not yet in libite) that can be used by other daemons have been relocated to libsrx. Fix #116 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
8 lines
165 B
Plaintext
8 lines
165 B
Plaintext
config BR2_PACKAGE_LIBSRX
|
|
bool "libsrx"
|
|
select BR2_PACKAGE_SYSREPO
|
|
help
|
|
Extensions and helper APIs for sysrepo plugins.
|
|
|
|
https://github.com/kernelkit/infix
|