source: freewrt/package/mksh/Config.in@ c04ece1

freewrt_1_0 freewrt_2_0
Last change on this file since c04ece1 was c04ece1, checked in by Thorsten Glaser <tg@…>, 19 years ago

as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)

git-svn-id: svn://www.freewrt.org/trunk/freewrt@360 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 689 bytes
Line 
1config FWRT_PACKAGE_MKSH
2 prompt "mksh.............................. The MirBSD enhanced Korn Shell"
3 tristate
4 default m if CONFIG_DEVEL
5 help
6 mksh is the MirBSD enhanced version of the Public Domain Korn
7 shell (pdksh), a bourne-compatible shell which is largely similar
8 to the original AT&T Korn shell. It includes bug fixes and
9 feature improvements in order to produce a modern, robust shell
10 good for interactive and especially script use. Some sh/ksh/pdksh
11 compatibility kludges have been removed.
12
13 This package also adds /bin/mksh to /etc/shells and a $PS1 command
14 to /etc/profile in order to create a consistent working environment.
15
16 http://mirbsd.de/mksh
Note: See TracBrowser for help on using the repository browser.