###############################################################################
+comment "Legacy options removed in 2024.11"
+
+config BR2_BINUTILS_VERSION_2_40_X
+ bool "binutils 2.40 has been removed"
+ select BR2_LEGACY
+ help
+ binutils 2.40 has been removed, use a newer version.
+
comment "Legacy options removed in 2024.08"
+config BR2_PACKAGE_FLUTTER_DYNAMIC_LAYOUTS_EXAMPLE
+ bool "flutter-dynamic-layouts-example has been removed"
+ select BR2_LEGACY
+ help
+ flutter-dynamic-layouts was removed from flutter-packages
+ as of commit e35f29177495131f0f598fc7ae1ffd74d89edf15.
+
+config BR2_KERNEL_HEADERS_6_9
+ bool "kernel headers version 6.9.x are no longer supported"
+ select BR2_LEGACY
+ help
+ Version 6.9.x of the Linux kernel headers are no longer
+ maintained upstream and are now removed.
+
+config BR2_x86_knightslanding
+ bool "knightslanding x86 architecture support dropped"
+ select BR2_LEGACY
+ help
+ GCC 14.x has marked this architecture as obsolete, and emits
+ a warning causing build failures.
+
+config BR2_x86_knightsmill
+ bool "knightsmill x86 architecture support dropped"
+ select BR2_LEGACY
+ help
+ GCC 14.x has marked this architecture as obsolete, and emits
+ a warning causing build failures.
+
+config BR2_PACKAGE_DVB_APPS
+ bool "dvb-apps package removed"
+ select BR2_LEGACY
+ help
+ The dvb-apps package was removed as it is not maintained
+ anymore (no commit since 2014).
+
+config BR2_PACKAGE_GAMIN
+ bool "gamin package removed"
+ select BR2_LEGACY
+ help
+ The gamin package was removed as it is not maintained
+ anymore (no commit since 2016).
+
+config BR2_PACKAGE_CAIRO_SVG
+ bool "cairo svg support"
+ select BR2_LEGACY
+ select BR2_PACKAGE_CAIRO_PNG
+ help
+ Cairo SVG is compiled together with PNG.
+
+config BR2_PACKAGE_CAIRO_SCRIPT
+ bool "cairo script support"
+ select BR2_LEGACY
+ select BR2_PACKAGE_CAIRO_ZLIB
+ help
+ Cairo script got merged into cairo zlib.
+
+config BR2_PACKAGE_CAIRO_PS
+ bool "cairo postscript support"
+ select BR2_LEGACY
+ select BR2_PACKAGE_CAIRO_ZLIB
+ help
+ Cairo PS got merged into cairo zlib.
+
+config BR2_PACKAGE_CAIRO_PDF
+ bool "cairo pdf support"
+ select BR2_LEGACY
+ select BR2_PACKAGE_CAIRO_ZLIB
+ help
+ Cairo PDF got merged into cairo zlib.
+
+config BR2_PACKAGE_CAIRO_XML
+ bool "cairo xml support"
+ select BR2_LEGACY
+ select BR2_PACKAGE_CAIRO_ZLIB
+ help
+ Cairo XML got merged into cairo zlib.
+
config BR2_GDB_VERSION_12
bool "gdb 12.x has been removed"
select BR2_LEGACY
help
Package was removed together with python 2.7 support.
-config BR2_PACKAGE_PYTHON_CONFIGOBJ
- bool "python-configobj removed"
- select BR2_LEGACY
- help
- Package was removed together with python 2.7 support.
-
config BR2_PACKAGE_PYTHON_YIELDFROM
bool "python-yieldfrom removed"
select BR2_LEGACY