Config.in 340 B

12345678910
  1. config BR2_PACKAGE_DIALOG
  2. bool "dialog"
  3. select BR2_PACKAGE_NCURSES
  4. help
  5. dialog - display dialog boxes from shell scripts
  6. This application provides a method of displaying several different
  7. types of dialog boxes from shell scripts. This allows a developer
  8. of a script to interact with the user in a much friendlier manner.