config FWRT_PACKAGE_MKSH prompt "mksh.............................. The MirBSD enhanced Korn Shell" tristate default n help mksh is the MirBSD enhanced version of the Public Domain Korn shell (pdksh), a Bourne-compatible shell which is largely si- milar to the original AT&T Korn shell; mksh is the only pdksh derivate currently being actively developed. It includes bug fixes and feature improvements, in order to produce a modern, robust shell good for interactive and especially script use. mksh has UTF-8 support (in substring operations and the Emacs editing mode) and, while R40f corresponds to OpenBSD 5.1-cur- rent ksh (without GNU bash-like PS1 and fancy character clas- ses), adheres to SUSv4 and is much more robust. The code has been cleaned up and simplified, bugs fixed, standards compli- ance added, and several enhancements (for extended compatibi- lity to other modern shells - as well as a couple of its own) are available. It has sensible defaults as usual with BSD. This package also adds /bin/mksh to /etc/shells and creates a /etc/mkshrc file, which can be used to further customise the shell's look and feel, in order to create a consistent working environment. http://mirbsd.de/mksh config FWRT_PACKAGE_MKSH_FULL bool " Include all features" depends FWRT_PACKAGE_MKSH default n help Disable this to remove a few functions from mksh to make it smaller. Ideal for embedded systems. However, be aware you will lose some functionality you'd otherwise expect, among these is the vi command line editing mode, some builtins, language features, etc. config FWRT_PACKAGE_MKSH_AS_BINASH bool " Install mksh as /bin/ash" depends FWRT_PACKAGE_MKSH depends !BUSYBOX_CONFIG_ASH default y help Enable this, because some scripts use #!/bin/ash so FreeWRT needs a working /bin/sh and /bin/ash all the time, which can be either of mksh or busybox ash. comment " Disable ash above to be able to install mksh as /bin/ash if desired" depends FWRT_PACKAGE_MKSH depends BUSYBOX_CONFIG_ASH