mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Config.in.legacy: add legacy entry for 4.20.x headers
Commitb3bba8e425(package/linux-headers: drop support 4.20 headers) removed the option for 4.20.x kernel headers, but forgot to add a legacy option. Add that now. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit8f60d30829) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -146,6 +146,13 @@ endif
|
|||||||
|
|
||||||
comment "Legacy options removed in 2019.05"
|
comment "Legacy options removed in 2019.05"
|
||||||
|
|
||||||
|
config BR2_KERNEL_HEADERS_4_20
|
||||||
|
bool "kernel headers version 4.20.x are no longer supported"
|
||||||
|
select BR2_LEGACY
|
||||||
|
help
|
||||||
|
Version 4.20.x of the Linux kernel headers are no longer
|
||||||
|
maintained upstream and are now removed.
|
||||||
|
|
||||||
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_COMPOSITOR
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_COMPOSITOR
|
||||||
bool "compositor moved to gst1-plugins-base"
|
bool "compositor moved to gst1-plugins-base"
|
||||||
select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_COMPOSITOR
|
select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_COMPOSITOR
|
||||||
|
|||||||
Reference in New Issue
Block a user