Files
infix/package/klish/Config.in
T
2024-10-18 14:13:45 +02:00

24 lines
608 B
Plaintext

config BR2_PACKAGE_KLISH
bool "klish"
depends on BR2_USE_MMU
select BR2_PACKAGE_BIN
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.