config FWRT_PACKAGE_MKSH prompt "mksh.............................. The MirBSD enhanced Korn Shell" tristate default m if CONFIG_DEVEL help mksh is the MirBSD enhanced version of the Public Domain Korn shell (pdksh), a bourne-compatible shell which is largely similar to the original AT&T Korn shell. It includes bug fixes and feature improvements in order to produce a modern, robust shell good for interactive and especially script use. Some sh/ksh/pdksh compatibility kludges have been removed. This package also adds /bin/mksh to /etc/shells and a $PS1 command to /etc/profile in order to create a consistent working environment. http://mirbsd.de/mksh 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