Files
infix/package/klish-plugin-sysrepo/Config.in
T
Joachim WibergandTobias Waldekranz 83e5af33ff Fix #86: rename klinfix -> klish-plugin-infix
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>
2023-08-14 13:00:09 +02:00

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.