diff --git a/buildroot/buildroot-2020.08.1.tar.gz.sha256 b/buildroot/buildroot-2020.08.1.tar.gz.sha256 deleted file mode 100644 index d768ce7..0000000 --- a/buildroot/buildroot-2020.08.1.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -75d890a2256214b8f36365716a2bd72be3842528599677e0966193f972ecb914 buildroot-2020.08.1.tar.gz diff --git a/buildroot/buildroot-2020.11-rc1.tar.gz.sha256 b/buildroot/buildroot-2020.11-rc1.tar.gz.sha256 new file mode 100644 index 0000000..70bc957 --- /dev/null +++ b/buildroot/buildroot-2020.11-rc1.tar.gz.sha256 @@ -0,0 +1 @@ +1448e8c4589abd45d40d8ff5e788430023e8075e973838e22100caec75949d94 buildroot-2020.11-rc1.tar.gz diff --git a/buildroot/rebuild.sh b/buildroot/rebuild.sh index e059dbf..04e4282 100755 --- a/buildroot/rebuild.sh +++ b/buildroot/rebuild.sh @@ -39,7 +39,7 @@ while ((${#})); do done # Download latest LTS buildroot release -BUILDROOT_VERSION=2020.08.1 +BUILDROOT_VERSION=2020.11-rc1 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/images/arm/rootfs.cpio.zst b/images/arm/rootfs.cpio.zst index 7ee8d01..8bb3635 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 a36cd2e..07a8cb3 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 b7eabf7..d020d46 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 57e994d..16aa416 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 80095eb..da2ff07 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 e2e060b..695c653 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 3cf8605..5ca0869 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 2e80786..d83f93a 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 a0769bf..74c4fd5 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 0f2de12..5f8c847 100644 Binary files a/images/x86_64/rootfs.cpio.zst and b/images/x86_64/rootfs.cpio.zst differ