Files
infix/package/klish/Config.in
T
Tobias Waldekranz e729c82c32 klinfix: Initial add
Infix integration of klish and klish-plugin-sysrepo.

Initially we add:

More flexible management of running vs. startup: Instead of always
committing changes both to running and startup, commit only modifies
running. To persist changes to startup, the copy command is
introduced. This lets the user copy from factory/startup/running to
startup/running at any time.

Well-known verbs like abort, leave, end, etc.
2023-03-31 17:31:34 +02:00

23 lines
573 B
Plaintext

config BR2_PACKAGE_KLISH
bool "klish"
depends on BR2_USE_MMU
select BR2_PACKAGE_FAUX
select BR2_PACKAGE_LIBXML2
help
Klish is a framework for implementing a CISCO-like or
Juniper-like CLI on a UNIX systems.
https://src.libcode.org/pkun/klish/
config BR2_PACKAGE_KLISH_DEFAULT_XML
bool "install xml"
depends on BR2_PACKAGE_KLISH
depends on !BR2_PACKAGE_KLINFIX
default y
help
Install a small XML spec containing a definition of an
'exit' command. This lets klish work out-of-the-box, even if
no other specs are available.
If unsure, say Y.