mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
Also renames all klix_SYM@klinfix to SYM@infix, this is fine since we're always calling these symbols with @infix. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
23 lines
728 B
Plaintext
23 lines
728 B
Plaintext
config BR2_PACKAGE_KLISH_PLUGIN_SYSREPO
|
|
bool "klish-plugin-sysrepo"
|
|
depends on BR2_PACKAGE_KLISH
|
|
depends on BR2_PACKAGE_SYSREPO
|
|
help
|
|
This plugin allows klish framework to implement Juniper-like
|
|
interface for configuration. It uses sysrepo project as
|
|
background for datastores and libyang for yang files parsing
|
|
and configuration schemes.
|
|
|
|
https://src.libcode.org/pkun/klish-plugin-sysrepo/
|
|
|
|
config BR2_PACKAGE_KLISH_PLUGIN_SYSREPO_XML
|
|
bool "install xml"
|
|
depends on BR2_PACKAGE_KLISH_PLUGIN_SYSREPO
|
|
depends on !BR2_PACKAGE_KLISH_PLUGIN_INFIX
|
|
default y
|
|
help
|
|
Install the default XML spec bundled with the project, which
|
|
exports the 'show' command, and the 'configure' view, etc.
|
|
|
|
If unsure, say Y.
|