summaryrefslogtreecommitdiff
path: root/package/readline/Config.in
AgeCommit message (Collapse)Author
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-02-06Upgrade readline to 5.2, including all current upstream patches.Hamish Moffatt
Fetch it from $(BR2_GNU_MIRROR). Note proper dependency on ncurses.
2007-03-20- provide means to install readline into the target. Closes #968Bernhard Reutner-Fischer
2005-06-23These patches fix some minor problems with GNU Readline package.Eric Andersen
patch-1 will make the package selection default=n (since it's not necessary) patch-2 will fix the readline.mk makefile to better follow buildroot style. This is a cleanup only. But adds the 'readline-target' makefile target to also install readline .so files to the target in addition to the full install in the staging area. http://bugs.busybox.net/view.php?id=300
2005-02-25scott writes in http://bugs.uclibc.org/view.php?id=41Eric Andersen
this patch adds the package 'readline' which is the GNU readline library used to get/save history with text input applications.