|
@@ -145,6 +145,17 @@ endif
|
|
###############################################################################
|
|
###############################################################################
|
|
comment "Legacy options removed in 2016.02"
|
|
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
|
|
config BR2_PACKAGE_OPENPOWERLINK_DEBUG_LEVEL
|
|
bool "openpowerlink debug option has been removed"
|
|
bool "openpowerlink debug option has been removed"
|
|
select BR2_LEGACY
|
|
select BR2_LEGACY
|