Update Buildroot to 2021.02 (#1274)

This commit is contained in:
Stefan Agner
2021-03-16 11:45:43 +01:00
committed by GitHub
parent 0a2fdf47b3
commit 37d2f13e49
252 changed files with 1421 additions and 300 deletions

View File

@@ -346,12 +346,12 @@ endchoice
config BR2_DEFAULT_KERNEL_HEADERS
string
default "4.4.255" if BR2_KERNEL_HEADERS_4_4
default "4.9.255" if BR2_KERNEL_HEADERS_4_9
default "4.14.219" if BR2_KERNEL_HEADERS_4_14
default "4.19.173" if BR2_KERNEL_HEADERS_4_19
default "5.4.95" if BR2_KERNEL_HEADERS_5_4
default "5.10.13" if BR2_KERNEL_HEADERS_5_10
default "4.4.258" if BR2_KERNEL_HEADERS_4_4
default "4.9.258" if BR2_KERNEL_HEADERS_4_9
default "4.14.222" if BR2_KERNEL_HEADERS_4_14
default "4.19.177" if BR2_KERNEL_HEADERS_4_19
default "5.4.101" if BR2_KERNEL_HEADERS_5_4
default "5.10.19" if BR2_KERNEL_HEADERS_5_10
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
default BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION \