From: Danomi Manchego Date: Tue, 20 Dec 2016 03:12:32 +0000 (-0500) Subject: legacy/sqlite: add "sqlite" to legacy option name X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=62da71c980fe2e44059e4d6a7e00cbe279905a26;p=buildroot.git legacy/sqlite: add "sqlite" to legacy option name The "command-line editing support was updated" does not indicate the package name, unlike the other legacy options. This commit adds "sqlite", to be nicer. Signed-off-by: Danomi Manchego Signed-off-by: Peter Korsgaard --- diff --git a/Config.in.legacy b/Config.in.legacy index 71faa8d84d..2811c7b76c 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -649,7 +649,7 @@ config BR2_GCC_VERSION_4_5_X version instead. config BR2_PACKAGE_SQLITE_READLINE - bool "command-line editing support was updated" + bool "sqlite command-line editing support was updated" select BR2_PACKAGE_NCURSES select BR2_PACKAGE_READLINE select BR2_LEGACY