summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Config.in.legacy5
1 files changed, 4 insertions, 1 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index 09c025cc99..a969662f61 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -104,13 +104,16 @@ comment "Legacy options removed in 2015.02"
config BR2_PREFER_STATIC_LIB
bool "static library option renamed"
- select BR2_STATIC_LIBS
+ select BR2_LEGACY
help
The BR2_PREFER_STATIC_LIB was renamed to BR2_STATIC_LIBS. It
highlights the fact that the option no longer "prefers"
static libraries, but "enforces" static libraries (i.e
shared libraries are completely unused).
+ Take care of updating the type of libraries you want under the
+ "Build options" menu.
+
comment "Legacy options removed in 2014.11"
config BR2_x86_generic
OpenPOWER on IntegriCloud