mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-29 04:03:01 +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
584 B
Plaintext
23 lines
584 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_KLISH_PLUGIN_INFIX
|
|
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.
|