|
@@ -832,18 +832,20 @@ comment "Legacy options removed in 2021.11"
|
|
|
config BR2_OPENJDK_VERSION_LTS
|
|
|
bool "OpenJDK LTS version was renamed to OpenJDK 11"
|
|
|
select BR2_LEGACY
|
|
|
- select BR2_PACKAGE_OPENJDK_VERSION_11
|
|
|
help
|
|
|
The LTS version option was renamed to OpenJDK 11 to make it
|
|
|
clear what LTS version is.
|
|
|
+# Note: BR2_OPENJDK_VERSION_LTS is still referenced from
|
|
|
+# package/openjdk/Config.in
|
|
|
|
|
|
config BR2_OPENJDK_VERSION_LATEST
|
|
|
bool "OpenJDK latest version (16.x) was removed"
|
|
|
select BR2_LEGACY
|
|
|
- select BR2_PACKAGE_OPENJDK_VERSION_17
|
|
|
help
|
|
|
OpenJDK 16.x is no longer mainted, so the option has been
|
|
|
removed. Use OpenJDK 17.x instead.
|
|
|
+# Note: BR2_OPENJDK_VERSION_LATEST is still referenced from
|
|
|
+# package/openjdk/Config.in
|
|
|
|
|
|
config BR2_PACKAGE_MPD_TIDAL
|
|
|
bool "mpd tidal option removed"
|