summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot/package/dialog/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/buildroot/package/dialog/Config.in')
-rw-r--r--cleopatre/buildroot/package/dialog/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/cleopatre/buildroot/package/dialog/Config.in b/cleopatre/buildroot/package/dialog/Config.in
new file mode 100644
index 0000000000..5681d1eb5e
--- /dev/null
+++ b/cleopatre/buildroot/package/dialog/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_DIALOG
+ bool "dialog"
+ select BR2_PACKAGE_NCURSES
+ help
+ dialog - display dialog boxes from shell scripts
+
+ This application provides a method of displaying several different
+ types of dialog boxes from shell scripts. This allows a developer
+ of a script to interact with the user in a much friendlier manner.
+