diff options
Diffstat (limited to 'Config.in.legacy')
-rw-r--r-- | Config.in.legacy | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy index a8c5dabef2..0f1b2024c4 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -102,6 +102,22 @@ endif comment "Legacy options removed in 2015.02" +config BR2_PACKAGE_RPM_BZIP2_PAYLOADS + bool "rpm's bzip2 payloads option has been removed" + select BR2_LEGACY + select BR2_PACKAGE_BZIP2 + help + The bzip2 payloads option rely entirely on the dependant package bzip2. + So, you need to select it to enable this feature. + +config BR2_PACKAGE_RPM_XZ_PAYLOADS + bool "rpm's xz payloads option has been removed" + select BR2_LEGACY + select BR2_PACKAGE_XZ + help + The xz payloads option rely entirely on the dependant package xz. + So, you need to select it to enable this feature. + config BR2_PACKAGE_M4 bool "m4 target package removed" select BR2_LEGACY |