Skip to content

Commit e916906

Browse files
Update Buildroot to version 2020.02.12
1 parent 161014e commit e916906

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
[[ -z $KERNEL_VERSION ]] && KERNEL_VERSION='5.10.50'
4-
[[ -z $BUILDROOT_VERSION ]] && BUILDROOT_VERSION='2020.02.11'
4+
[[ -z $BUILDROOT_VERSION ]] && BUILDROOT_VERSION='2020.02.12'
55

66
Usage() {
77
echo -e "Usage: $0 [-knfvh?] [-a x64]"

configs/fsarm64.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Buildroot -gda183c4-dirty Configuration
3+
# Buildroot -g161014e-dirty Configuration
44
#
55
BR2_HAVE_DOT_CONFIG=y
66
BR2_HOST_GCC_AT_LEAST_4_9=y
@@ -215,7 +215,7 @@ BR2_KERNEL_HEADERS_4_14=y
215215
# BR2_KERNEL_HEADERS_VERSION is not set
216216
# BR2_KERNEL_HEADERS_CUSTOM_TARBALL is not set
217217
# BR2_KERNEL_HEADERS_CUSTOM_GIT is not set
218-
BR2_DEFAULT_KERNEL_HEADERS="4.14.219"
218+
BR2_DEFAULT_KERNEL_HEADERS="4.14.226"
219219
BR2_PACKAGE_LINUX_HEADERS=y
220220

221221
#

configs/fsx64.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Buildroot -gda183c4-dirty Configuration
3+
# Buildroot -g1085652-dirty Configuration
44
#
55
BR2_HAVE_DOT_CONFIG=y
66
BR2_HOST_GCC_AT_LEAST_4_9=y
@@ -171,7 +171,7 @@ BR2_KERNEL_HEADERS_4_14=y
171171
# BR2_KERNEL_HEADERS_VERSION is not set
172172
# BR2_KERNEL_HEADERS_CUSTOM_TARBALL is not set
173173
# BR2_KERNEL_HEADERS_CUSTOM_GIT is not set
174-
BR2_DEFAULT_KERNEL_HEADERS="4.14.219"
174+
BR2_DEFAULT_KERNEL_HEADERS="4.14.226"
175175
BR2_PACKAGE_LINUX_HEADERS=y
176176

177177
#

configs/fsx86.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Buildroot -gda183c4-dirty Configuration
3+
# Buildroot -g161014e-dirty Configuration
44
#
55
BR2_HAVE_DOT_CONFIG=y
66
BR2_HOST_GCC_AT_LEAST_4_9=y
@@ -186,7 +186,7 @@ BR2_KERNEL_HEADERS_4_14=y
186186
# BR2_KERNEL_HEADERS_VERSION is not set
187187
# BR2_KERNEL_HEADERS_CUSTOM_TARBALL is not set
188188
# BR2_KERNEL_HEADERS_CUSTOM_GIT is not set
189-
BR2_DEFAULT_KERNEL_HEADERS="4.14.219"
189+
BR2_DEFAULT_KERNEL_HEADERS="4.14.226"
190190
BR2_PACKAGE_LINUX_HEADERS=y
191191

192192
#

0 commit comments

Comments
 (0)