mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-28 11:43:01 +02:00
Mandatory per packaging guide https://nightly.buildroot.org/#_config_files Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
15 lines
429 B
Plaintext
15 lines
429 B
Plaintext
config BR2_PACKAGE_CONFD
|
|
bool "confd"
|
|
select BR2_PACKAGE_AUGEAS
|
|
select BR2_PACKAGE_JANSSON
|
|
select BR2_PACKAGE_LIBITE
|
|
select BR2_PACKAGE_NETOPEER2
|
|
select BR2_PACKAGE_SYSREPO
|
|
select BR2_PACKAGE_LIBSRX
|
|
help
|
|
A plugin to sysrepo that provides the core YANG models used to
|
|
manage an Infix based system. Configuration can be done using
|
|
either the on-system CLI or using NETCONF.
|
|
|
|
https://github.com/kernelkit/infix
|