Files
2024-04-11 06:19:07 +02:00

20 lines
477 B
Plaintext

config BR2_PACKAGE_KLISH_PLUGIN_INFIX
bool "klish-plugin-infix"
select BR2_PACKAGE_KLISH
select BR2_PACKAGE_KLISH_PLUGIN_SYSREPO
select BR2_PACKAGE_SYSREPO
help
A plugin to klish with an opinionated config and some
command extensions, suitable for systems running Infix.
https://github.com/kernelkit/infix
if BR2_PACKAGE_KLISH_PLUGIN_INFIX
config BR2_PACKAGE_KLISH_PLUGIN_INFIX_SHELL
bool "shell command"
help
Include 'shell' command exit to Bash.
endif