Skip to content

Commit

Permalink
Update checksum for prebuilt Linux image
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Jan 20, 2024
1 parent ce7097d commit a309d9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mk/external.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ COMMON_URL = https://github.com/sysprog21/semu/raw/blob
# kernel
KERNEL_DATA_URL = $(COMMON_URL)/Image.bz2
KERNEL_DATA = Image
KERNEL_DATA_SHA1 = 36d770efe97beac85204f1f50f8de81e3e529d84
KERNEL_DATA_SHA1 = b0af9fa4c736dbde5568181c1442182700584495

# initrd
INITRD_DATA_URL = $(COMMON_URL)/rootfs.cpio.bz2
INITRD_DATA = rootfs.cpio
INITRD_DATA_SHA1 = fad749d0a9eb33178525f961d6b82e7c0ce917a7
INITRD_DATA_SHA1 = 4f0c2e646eb99af21ed2c25d48e1c44f6bd58f91

define download
$($(T)_DATA):
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ PARALLEL="-j$(nproc)"

function do_buildroot
{
ASSERT git clone https://github.com/buildroot/buildroot -b 2023.05.1 --depth=1
ASSERT git clone https://github.com/buildroot/buildroot -b 2023.11.x --depth=1
cp -f configs/buildroot.config buildroot/.config
cp -f configs/busybox.config buildroot/busybox.config
# Otherwise, the error below raises:
Expand Down

0 comments on commit a309d9e

Please sign in to comment.