mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-29 20:23:01 +02:00
17 lines
513 B
Plaintext
17 lines
513 B
Plaintext
config BR2_PACKAGE_SYSREPO_PLUGINS_COMMON
|
|
bool "sysrepo-plugins-common"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libyang
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
select BR2_PACKAGE_LIBYANG
|
|
select BR2_PACKAGE_SYSREPO
|
|
help
|
|
Set of utilities/functionalities which can be used for easier build
|
|
of sysrepo plugins.
|
|
|
|
Used mainly by Deutsche Telekom sysrepo plugins:
|
|
- sysrepo-plugins-system
|
|
- sysrepo-plugins-interface
|
|
|
|
https://github.com/telekom/sysrepo-plugins-common
|