Skip to content

Commit a309d9e

Browse files
committed
Update checksum for prebuilt Linux image
1 parent ce7097d commit a309d9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mk/external.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ COMMON_URL = https://github.com/sysprog21/semu/raw/blob
88
# kernel
99
KERNEL_DATA_URL = $(COMMON_URL)/Image.bz2
1010
KERNEL_DATA = Image
11-
KERNEL_DATA_SHA1 = 36d770efe97beac85204f1f50f8de81e3e529d84
11+
KERNEL_DATA_SHA1 = b0af9fa4c736dbde5568181c1442182700584495
1212

1313
# initrd
1414
INITRD_DATA_URL = $(COMMON_URL)/rootfs.cpio.bz2
1515
INITRD_DATA = rootfs.cpio
16-
INITRD_DATA_SHA1 = fad749d0a9eb33178525f961d6b82e7c0ce917a7
16+
INITRD_DATA_SHA1 = 4f0c2e646eb99af21ed2c25d48e1c44f6bd58f91
1717

1818
define download
1919
$($(T)_DATA):

scripts/build-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PARALLEL="-j$(nproc)"
2121

2222
function do_buildroot
2323
{
24-
ASSERT git clone https://github.com/buildroot/buildroot -b 2023.05.1 --depth=1
24+
ASSERT git clone https://github.com/buildroot/buildroot -b 2023.11.x --depth=1
2525
cp -f configs/buildroot.config buildroot/.config
2626
cp -f configs/busybox.config buildroot/busybox.config
2727
# Otherwise, the error below raises:

0 commit comments

Comments
 (0)