Update buildroot to 2021.02.1 (#1312)

Signed-off-by: Stefan Agner <stefan@agner.ch>
This commit is contained in:
Stefan Agner
2021-04-08 15:51:24 +02:00
committed by GitHub
parent 40a705bbd3
commit aff28ce60e
411 changed files with 28197 additions and 879 deletions

View File

@@ -346,12 +346,12 @@ endchoice
config BR2_DEFAULT_KERNEL_HEADERS
string
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 "4.4.262" if BR2_KERNEL_HEADERS_4_4
default "4.9.262" if BR2_KERNEL_HEADERS_4_9
default "4.14.226" if BR2_KERNEL_HEADERS_4_14
default "4.19.182" if BR2_KERNEL_HEADERS_4_19
default "5.4.107" if BR2_KERNEL_HEADERS_5_4
default "5.10.25" 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 \