diff --git a/buildroot/arm.config b/buildroot/arm.config index 26fed34..fe4f559 100644 --- a/buildroot/arm.config +++ b/buildroot/arm.config @@ -1,7 +1,6 @@ BR2_arm=y BR2_OPTIMIZE_3=y BR2_KERNEL_HEADERS_4_4=y -BR2_BINUTILS_VERSION_2_31_X=y BR2_GCC_VERSION_8_X=y BR2_TARGET_GENERIC_ROOT_PASSWD="root" BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0" diff --git a/buildroot/arm64.config b/buildroot/arm64.config index 4f27b20..f5e2b40 100644 --- a/buildroot/arm64.config +++ b/buildroot/arm64.config @@ -2,7 +2,6 @@ BR2_aarch64=y BR2_cortex_a57=y BR2_OPTIMIZE_3=y BR2_KERNEL_HEADERS_4_4=y -BR2_BINUTILS_VERSION_2_31_X=y BR2_GCC_VERSION_8_X=y BR2_TARGET_GENERIC_ROOT_PASSWD="root" BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0" diff --git a/buildroot/buildroot-2020.02.tar.gz.sha256 b/buildroot/buildroot-2020.02.tar.gz.sha256 deleted file mode 100644 index d63ffaf..0000000 --- a/buildroot/buildroot-2020.02.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -d1fa8ee1a3a79d42266db41e470e8d31075de0ebd36bc9b424648c4d100c4105 buildroot-2020.02.tar.gz diff --git a/buildroot/buildroot-2020.08.1.tar.gz.sha256 b/buildroot/buildroot-2020.08.1.tar.gz.sha256 new file mode 100644 index 0000000..d768ce7 --- /dev/null +++ b/buildroot/buildroot-2020.08.1.tar.gz.sha256 @@ -0,0 +1 @@ +75d890a2256214b8f36365716a2bd72be3842528599677e0966193f972ecb914 buildroot-2020.08.1.tar.gz diff --git a/buildroot/mips.config b/buildroot/mips.config index 46d3011..967aef0 100644 --- a/buildroot/mips.config +++ b/buildroot/mips.config @@ -1,7 +1,6 @@ BR2_mips=y BR2_OPTIMIZE_3=y BR2_KERNEL_HEADERS_4_4=y -BR2_BINUTILS_VERSION_2_31_X=y BR2_GCC_VERSION_8_X=y BR2_TARGET_GENERIC_ROOT_PASSWD="root" BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0" diff --git a/buildroot/mipsel.config b/buildroot/mipsel.config index 2923f20..af58252 100644 --- a/buildroot/mipsel.config +++ b/buildroot/mipsel.config @@ -1,7 +1,6 @@ BR2_mipsel=y BR2_OPTIMIZE_3=y BR2_KERNEL_HEADERS_4_4=y -BR2_BINUTILS_VERSION_2_31_X=y BR2_GCC_VERSION_8_X=y BR2_TARGET_GENERIC_ROOT_PASSWD="root" BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0" diff --git a/buildroot/ppc32.config b/buildroot/ppc32.config index 65b1812..692ed62 100644 --- a/buildroot/ppc32.config +++ b/buildroot/ppc32.config @@ -1,7 +1,6 @@ BR2_powerpc=y BR2_powerpc_440=y BR2_KERNEL_HEADERS_4_4=y -BR2_BINUTILS_VERSION_2_31_X=y BR2_GCC_VERSION_8_X=y BR2_TARGET_GENERIC_ROOT_PASSWD="root" BR2_SYSTEM_BIN_SH_BASH=y diff --git a/buildroot/ppc64.config b/buildroot/ppc64.config index 20b3ff9..bbaa48c 100644 --- a/buildroot/ppc64.config +++ b/buildroot/ppc64.config @@ -1,7 +1,6 @@ BR2_powerpc64=y BR2_CCACHE=y BR2_KERNEL_HEADERS_4_4=y -BR2_BINUTILS_VERSION_2_31_X=y BR2_GCC_VERSION_8_X=y BR2_TARGET_GENERIC_ROOT_PASSWD="root" BR2_SYSTEM_BIN_SH_BASH=y diff --git a/buildroot/ppc64le.config b/buildroot/ppc64le.config index 0ffc880..bf46cbf 100644 --- a/buildroot/ppc64le.config +++ b/buildroot/ppc64le.config @@ -1,7 +1,6 @@ BR2_powerpc64le=y BR2_CCACHE=y BR2_KERNEL_HEADERS_4_4=y -BR2_BINUTILS_VERSION_2_31_X=y BR2_GCC_VERSION_8_X=y BR2_TARGET_GENERIC_ROOT_PASSWD="root" BR2_SYSTEM_BIN_SH_BASH=y diff --git a/buildroot/rebuild.sh b/buildroot/rebuild.sh index 9801aac..e059dbf 100755 --- a/buildroot/rebuild.sh +++ b/buildroot/rebuild.sh @@ -39,7 +39,7 @@ while ((${#})); do done # Download latest LTS buildroot release -BUILDROOT_VERSION=2020.02 +BUILDROOT_VERSION=2020.08.1 if [[ -d src ]]; then if [[ $(cd src && make print-version | cut -d - -f 1 2>/dev/null) != "${BUILDROOT_VERSION}" ]]; then rm -rf src diff --git a/buildroot/riscv.config b/buildroot/riscv.config index cdd1afc..8bda71c 100644 --- a/buildroot/riscv.config +++ b/buildroot/riscv.config @@ -1,6 +1,5 @@ BR2_riscv=y BR2_OPTIMIZE_3=y -BR2_BINUTILS_VERSION_2_31_X=y BR2_TARGET_GENERIC_ROOT_PASSWD="root" BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" BR2_ROOTFS_OVERLAY="../overlay-poweroff" diff --git a/buildroot/x86.config b/buildroot/x86.config index a63e599..fec7fe2 100644 --- a/buildroot/x86.config +++ b/buildroot/x86.config @@ -1,6 +1,5 @@ BR2_OPTIMIZE_3=y BR2_KERNEL_HEADERS_4_4=y -BR2_BINUTILS_VERSION_2_31_X=y BR2_GCC_VERSION_8_X=y BR2_TARGET_GENERIC_ROOT_PASSWD="root" BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" diff --git a/buildroot/x86_64.config b/buildroot/x86_64.config index eafc7f6..2382024 100644 --- a/buildroot/x86_64.config +++ b/buildroot/x86_64.config @@ -1,7 +1,6 @@ BR2_x86_64=y BR2_OPTIMIZE_3=y BR2_KERNEL_HEADERS_4_4=y -BR2_BINUTILS_VERSION_2_31_X=y BR2_GCC_VERSION_8_X=y BR2_TARGET_GENERIC_ROOT_PASSWD="root" BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" diff --git a/images/arm/rootfs.cpio.zst b/images/arm/rootfs.cpio.zst index fc3cd55..7ee8d01 100644 Binary files a/images/arm/rootfs.cpio.zst and b/images/arm/rootfs.cpio.zst differ diff --git a/images/arm64/rootfs.cpio.zst b/images/arm64/rootfs.cpio.zst index 10e2de9..a36cd2e 100644 Binary files a/images/arm64/rootfs.cpio.zst and b/images/arm64/rootfs.cpio.zst differ diff --git a/images/mips/rootfs.cpio.zst b/images/mips/rootfs.cpio.zst index 66d5c9e..b7eabf7 100644 Binary files a/images/mips/rootfs.cpio.zst and b/images/mips/rootfs.cpio.zst differ diff --git a/images/mipsel/rootfs.cpio.zst b/images/mipsel/rootfs.cpio.zst index 45188cb..57e994d 100644 Binary files a/images/mipsel/rootfs.cpio.zst and b/images/mipsel/rootfs.cpio.zst differ diff --git a/images/ppc32/rootfs.cpio.zst b/images/ppc32/rootfs.cpio.zst index 3924c4c..80095eb 100644 Binary files a/images/ppc32/rootfs.cpio.zst and b/images/ppc32/rootfs.cpio.zst differ diff --git a/images/ppc64/rootfs.cpio.zst b/images/ppc64/rootfs.cpio.zst index 88112fd..e2e060b 100644 Binary files a/images/ppc64/rootfs.cpio.zst and b/images/ppc64/rootfs.cpio.zst differ diff --git a/images/ppc64le/rootfs.cpio.zst b/images/ppc64le/rootfs.cpio.zst index d8e52d6..3cf8605 100644 Binary files a/images/ppc64le/rootfs.cpio.zst and b/images/ppc64le/rootfs.cpio.zst differ diff --git a/images/riscv/rootfs.cpio.zst b/images/riscv/rootfs.cpio.zst index e3febd8..2e80786 100644 Binary files a/images/riscv/rootfs.cpio.zst and b/images/riscv/rootfs.cpio.zst differ diff --git a/images/x86/rootfs.cpio.zst b/images/x86/rootfs.cpio.zst index b19178a..a0769bf 100644 Binary files a/images/x86/rootfs.cpio.zst and b/images/x86/rootfs.cpio.zst differ diff --git a/images/x86_64/rootfs.cpio.zst b/images/x86_64/rootfs.cpio.zst index db5e802..0f2de12 100644 Binary files a/images/x86_64/rootfs.cpio.zst and b/images/x86_64/rootfs.cpio.zst differ