diff options
author | Phil Eichinger <phil.eichinger@gmail.com> | 2013-10-01 11:59:31 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-10-02 22:43:39 +0200 |
commit | 3d19b7ef598f3534b46cf0746a81bc437579127c (patch) | |
tree | 259e6336e667f6c1d4b04887757ab64830d8d713 /package/zsh/Config.in | |
parent | bb33517511f5c6e173bfdb0d84bcb6e21240b387 (diff) | |
download | buildroot-3d19b7ef598f3534b46cf0746a81bc437579127c.tar.gz buildroot-3d19b7ef598f3534b46cf0746a81bc437579127c.zip |
zsh: new package
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/zsh/Config.in')
-rw-r--r-- | package/zsh/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/zsh/Config.in b/package/zsh/Config.in new file mode 100644 index 0000000000..fd63aa9190 --- /dev/null +++ b/package/zsh/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_ZSH + bool "zsh" + select BR2_PACKAGE_NCURSES + help + zsh is a shell designed for interactive use, although it is also + a powerful scripting language. Many of the useful features of bash, + ksh, and tcsh were incorporated into zsh; many original features + were added. + + http://zsh.sourceforge.net/ |