mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00: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
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||||
select BR2_PACKAGE_DASH
|
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
|
config BR2_SYSTEM_BIN_SH_ZSH
|
||||||
bool "zsh"
|
bool "zsh"
|
||||||
depends on BR2_USE_MMU # zsh
|
depends on BR2_USE_MMU # zsh
|
||||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||||
select BR2_PACKAGE_ZSH
|
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
|
depends on !BR2_PACKAGE_BUSYBOX_SHOW_OTHERS && BR2_PACKAGE_BUSYBOX
|
||||||
|
|
||||||
config BR2_SYSTEM_BIN_SH_NONE
|
config BR2_SYSTEM_BIN_SH_NONE
|
||||||
@ -295,6 +301,7 @@ config BR2_SYSTEM_BIN_SH
|
|||||||
default "busybox" if BR2_SYSTEM_BIN_SH_BUSYBOX
|
default "busybox" if BR2_SYSTEM_BIN_SH_BUSYBOX
|
||||||
default "bash" if BR2_SYSTEM_BIN_SH_BASH
|
default "bash" if BR2_SYSTEM_BIN_SH_BASH
|
||||||
default "dash" if BR2_SYSTEM_BIN_SH_DASH
|
default "dash" if BR2_SYSTEM_BIN_SH_DASH
|
||||||
|
default "mksh" if BR2_SYSTEM_BIN_SH_MKSH
|
||||||
default "zsh" if BR2_SYSTEM_BIN_SH_ZSH
|
default "zsh" if BR2_SYSTEM_BIN_SH_ZSH
|
||||||
|
|
||||||
menuconfig BR2_TARGET_GENERIC_GETTY
|
menuconfig BR2_TARGET_GENERIC_GETTY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user