mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
add mksh to system shell choice
Add mksh as a choice for system shells. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
04b4c5c26e
commit
519f903611
@ -276,13 +276,19 @@ config BR2_SYSTEM_BIN_SH_DASH
|
||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
select BR2_PACKAGE_DASH
|
||||
|
||||
config BR2_SYSTEM_BIN_SH_MKSH
|
||||
bool "mksh"
|
||||
depends on BR2_USE_MMU # mksh
|
||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
select BR2_PACKAGE_MKSH
|
||||
|
||||
config BR2_SYSTEM_BIN_SH_ZSH
|
||||
bool "zsh"
|
||||
depends on BR2_USE_MMU # zsh
|
||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
select BR2_PACKAGE_ZSH
|
||||
|
||||
comment "bash, dash, zsh need BR2_PACKAGE_BUSYBOX_SHOW_OTHERS"
|
||||
comment "bash, dash, mksh, zsh need BR2_PACKAGE_BUSYBOX_SHOW_OTHERS"
|
||||
depends on !BR2_PACKAGE_BUSYBOX_SHOW_OTHERS && BR2_PACKAGE_BUSYBOX
|
||||
|
||||
config BR2_SYSTEM_BIN_SH_NONE
|
||||
@ -295,6 +301,7 @@ config BR2_SYSTEM_BIN_SH
|
||||
default "busybox" if BR2_SYSTEM_BIN_SH_BUSYBOX
|
||||
default "bash" if BR2_SYSTEM_BIN_SH_BASH
|
||||
default "dash" if BR2_SYSTEM_BIN_SH_DASH
|
||||
default "mksh" if BR2_SYSTEM_BIN_SH_MKSH
|
||||
default "zsh" if BR2_SYSTEM_BIN_SH_ZSH
|
||||
|
||||
menuconfig BR2_TARGET_GENERIC_GETTY
|
||||
|
Loading…
Reference in New Issue
Block a user