|
@@ -146,6 +146,16 @@ endif
|
|
|
|
|
|
comment "Legacy options removed in 2021.08"
|
|
|
|
|
|
+config BR2_PACKAGE_LIBMCRYPT
|
|
|
+ bool "libmcrypt package was removed"
|
|
|
+ select BR2_LEGACY
|
|
|
+ help
|
|
|
+ This package has been removed as "the last update to libmcrypt
|
|
|
+ was in 2007, despite years of unmerged patches. These facts
|
|
|
+ have led security experts to declare mcrypt abandonware and
|
|
|
+ discourage its use in new development" (extract from
|
|
|
+ https://en.wikipedia.org/wiki/Mcrypt).
|
|
|
+
|
|
|
config BR2_PACKAGE_MCRYPT
|
|
|
bool "mcrypt package was removed"
|
|
|
select BR2_LEGACY
|