summaryrefslogtreecommitdiffstats
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-02-08 20:56:41 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-23 23:56:02 +0100
commit007c2ce917199339c0876227c2e612b11f8e7e15 (patch)
treed4bccdddcfe55b4066fab7f1cce75f1f5e3dbcfa /Config.in.legacy
parent6c49ae49d9cf42d29b31505054b79ea414c33480 (diff)
downloadbuildroot-007c2ce917199339c0876227c2e612b11f8e7e15.tar.gz
buildroot-007c2ce917199339c0876227c2e612b11f8e7e15.zip
package/sqlite: add optional support for libedit
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r--Config.in.legacy11
1 files changed, 11 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index 3677f867d5..0ea8c7d8d1 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -145,6 +145,17 @@ endif
###############################################################################
comment "Legacy options removed in 2016.02"
+config BR2_PACKAGE_SQLITE_READLINE
+ bool "command-line editing support was updated"
+ select BR2_PACKAGE_NCURSES
+ select BR2_PACKAGE_READLINE
+ select BR2_LEGACY
+ help
+ This option was removed in favour of the sqlite package
+ deciding itself depending on the enabled packages whether
+ command-line editing should be enabled, it also also takes
+ libedit into account.
+
config BR2_PACKAGE_OPENPOWERLINK_DEBUG_LEVEL
bool "openpowerlink debug option has been removed"
select BR2_LEGACY
OpenPOWER on IntegriCloud