tcpreplay: Bump version to v4.2.0
[buildroot-gz.git] / package / zsh / Config.in
blobed8cf678de5d7b69e9ec42f91b2cb2acc18f0c00
1 config BR2_PACKAGE_ZSH
2         bool "zsh"
3         depends on BR2_USE_MMU # fork()
4         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
5         select BR2_PACKAGE_NCURSES
6         help
7           zsh is a shell designed for interactive use, although it is also
8           a powerful scripting language. Many of the useful features of bash,
9           ksh, and tcsh were incorporated into zsh; many original features
10           were added.
12           http://www.zsh.org/