mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
Mandatory per packaging guide https://nightly.buildroot.org/#_config_files Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
20 lines
477 B
Plaintext
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
|