Files
infix/package/klish-plugin-sysrepo/Config.in
T
Tobias WaldekranzandJoachim Wiberg b549ddd88a package/klish-plugin-sysrepo: Add version 1.0.0
Adds a klish interface to local datastores managed by sysrepo.
2023-03-28 20:29:31 +02:00

22 lines
684 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
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.