summaryrefslogtreecommitdiff
path: root/Config.in.legacy
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in.legacy')
-rw-r--r--Config.in.legacy23
1 files changed, 23 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index 07719679d..f2b05cb45 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -197,6 +197,29 @@ config BR2_PACKAGE_SQLITE_READLINE
###############################################################################
comment "Legacy options removed in 2016.02"
+config BR2_PACKAGE_DOVECOT_BZIP2
+ bool "bzip2 support option has been removed"
+ select BR2_LEGACY
+ select BR2_PACKAGE_BZIP2
+ help
+ Bzip2 support is built if the bzip2 package is selected.
+
+config BR2_PACKAGE_DOVECOT_ZLIB
+ bool "zlib support option has been removed"
+ select BR2_LEGACY
+ select BR2_PACKAGE_ZLIB
+ help
+ Zlib support is built if the zlib package is selected.
+
+config BR2_PACKAGE_E2FSPROGS_FINDFS
+ bool "e2fsprogs findfs option has been removed"
+ select BR2_LEGACY
+ help
+ This option attempted to enable findfs capabilities from
+ e2fsprogs but has not worked since July 2015 (due to
+ packaging changes). One can use BusyBox's findfs support or
+ enable the BR2_PACKAGE_UTIL_LINUX_FINDFS option.
+
config BR2_PACKAGE_OPENPOWERLINK_DEBUG_LEVEL
bool "openpowerlink debug option has been removed"
select BR2_LEGACY