2
1

Config.in 382 B

1234567891011
  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
  7. This application provides a method of displaying several different types
  8. of dialog boxes from shell scripts. This allows a developer of a script
  9. to interact with the user in a much friendlier manner.