Skip to content

Commit

Permalink
Update Buildroot to version 2020.02.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian-Roth committed Jul 17, 2021
1 parent 161014e commit e916906
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

[[ -z $KERNEL_VERSION ]] && KERNEL_VERSION='5.10.50'
[[ -z $BUILDROOT_VERSION ]] && BUILDROOT_VERSION='2020.02.11'
[[ -z $BUILDROOT_VERSION ]] && BUILDROOT_VERSION='2020.02.12'

Usage() {
echo -e "Usage: $0 [-knfvh?] [-a x64]"
Expand Down
4 changes: 2 additions & 2 deletions configs/fsarm64.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Buildroot -gda183c4-dirty Configuration
# Buildroot -g161014e-dirty Configuration
#
BR2_HAVE_DOT_CONFIG=y
BR2_HOST_GCC_AT_LEAST_4_9=y
Expand Down Expand Up @@ -215,7 +215,7 @@ BR2_KERNEL_HEADERS_4_14=y
# BR2_KERNEL_HEADERS_VERSION is not set
# BR2_KERNEL_HEADERS_CUSTOM_TARBALL is not set
# BR2_KERNEL_HEADERS_CUSTOM_GIT is not set
BR2_DEFAULT_KERNEL_HEADERS="4.14.219"
BR2_DEFAULT_KERNEL_HEADERS="4.14.226"
BR2_PACKAGE_LINUX_HEADERS=y

#
Expand Down
4 changes: 2 additions & 2 deletions configs/fsx64.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Buildroot -gda183c4-dirty Configuration
# Buildroot -g1085652-dirty Configuration
#
BR2_HAVE_DOT_CONFIG=y
BR2_HOST_GCC_AT_LEAST_4_9=y
Expand Down Expand Up @@ -171,7 +171,7 @@ BR2_KERNEL_HEADERS_4_14=y
# BR2_KERNEL_HEADERS_VERSION is not set
# BR2_KERNEL_HEADERS_CUSTOM_TARBALL is not set
# BR2_KERNEL_HEADERS_CUSTOM_GIT is not set
BR2_DEFAULT_KERNEL_HEADERS="4.14.219"
BR2_DEFAULT_KERNEL_HEADERS="4.14.226"
BR2_PACKAGE_LINUX_HEADERS=y

#
Expand Down
4 changes: 2 additions & 2 deletions configs/fsx86.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Buildroot -gda183c4-dirty Configuration
# Buildroot -g161014e-dirty Configuration
#
BR2_HAVE_DOT_CONFIG=y
BR2_HOST_GCC_AT_LEAST_4_9=y
Expand Down Expand Up @@ -186,7 +186,7 @@ BR2_KERNEL_HEADERS_4_14=y
# BR2_KERNEL_HEADERS_VERSION is not set
# BR2_KERNEL_HEADERS_CUSTOM_TARBALL is not set
# BR2_KERNEL_HEADERS_CUSTOM_GIT is not set
BR2_DEFAULT_KERNEL_HEADERS="4.14.219"
BR2_DEFAULT_KERNEL_HEADERS="4.14.226"
BR2_PACKAGE_LINUX_HEADERS=y

#
Expand Down

0 comments on commit e916906

Please sign in to comment.