fix copy'n paste error
[buildroot.git] / package / dialog / Config.in
blob6cadbef94fb1415c353de7aecffb38c9e08ecda6
1 config BR2_PACKAGE_DIALOG
2     bool "dialog"
3     default n
4     select BR2_PACKAGE_NCURSES
5     help
6         dialog - display dialog boxes from shell scripts
8         This application provides a method of displaying several different
9         types of dialog boxes from shell scripts.  This allows a developer
10         of a script to interact with the user in a much friendlier manner.