summaryrefslogtreecommitdiff
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-02-10 21:58:17 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-16 23:06:40 +0100
commitf39ac4d288858989782c8321f9da78236a11a3c9 (patch)
tree021f66fbac6dd23021ac50b0a414a97b0c8ab340 /Config.in.legacy
parent95b2874fc5bb1651e65d4258f309bf11641fd190 (diff)
package/dovecot: Remove bzip2 and zlib options
The next patch of this series will add optional xz and lz4 support, to avoid adding new options for these compression packages simplify the configuration of dovecot by removing the options handling optional compression support. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r--Config.in.legacy14
1 files changed, 14 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index 2fda9f830..081bacdd3 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -145,6 +145,20 @@ endif
###############################################################################
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