diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-02-25 02:36:58 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-02-25 02:36:58 +0000 |
commit | 989fc8ef5943bba7722b0231db95569129aa92f6 (patch) | |
tree | 20e65e8656e100050e796541a163028008088ec3 /package/readline/Config.in | |
parent | 2e9a20f61c43b683c6ca7458ce3438d52fc42838 (diff) |
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.in | 7 |
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? + |