summaryrefslogtreecommitdiffstats
path: root/Config.in.legacy
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in.legacy')
-rw-r--r--Config.in.legacy12
1 files changed, 12 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index b12655643b..09c025cc99 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -99,6 +99,18 @@ comment "----------------------------------------------------"
endif
###############################################################################
+
+comment "Legacy options removed in 2015.02"
+
+config BR2_PREFER_STATIC_LIB
+ bool "static library option renamed"
+ select BR2_STATIC_LIBS
+ 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).
+
comment "Legacy options removed in 2014.11"
config BR2_x86_generic
OpenPOWER on IntegriCloud