summaryrefslogtreecommitdiffstats
path: root/package/readline/Config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-02-25 02:36:58 +0000
committerEric Andersen <andersen@codepoet.org>2005-02-25 02:36:58 +0000
commit989fc8ef5943bba7722b0231db95569129aa92f6 (patch)
tree20e65e8656e100050e796541a163028008088ec3 /package/readline/Config.in
parent2e9a20f61c43b683c6ca7458ce3438d52fc42838 (diff)
downloadbuildroot-novena-989fc8ef5943bba7722b0231db95569129aa92f6.tar.gz
buildroot-novena-989fc8ef5943bba7722b0231db95569129aa92f6.zip
scott writes in http://bugs.uclibc.org/view.php?id=41
this patch adds the package 'readline' which is the GNU readline library used to get/save history with text input applications.
Diffstat (limited to 'package/readline/Config.in')
-rw-r--r--package/readline/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/readline/Config.in b/package/readline/Config.in
new file mode 100644
index 000000000..c27c6bec4
--- /dev/null
+++ b/package/readline/Config.in
@@ -0,0 +1,7 @@
+#
+config BR2_READLINE
+ bool "readline"
+ default y
+ help
+ Enable GNU readline support?
+