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 Feb 1, 2025
1 parent 50fbf07 commit 553152f
Showing 1 changed file with 2 additions and 2 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 = a1fb94ff9d47d833759a2ff5d912858faa125a6c
KERNEL_DATA_SHA1 = a749e507a2a09f42690d6fec1de05fd1e45c51b5

# initrd
INITRD_DATA_URL = $(COMMON_URL)/rootfs.cpio.bz2
INITRD_DATA = rootfs.cpio
INITRD_DATA_SHA1 = 3b3fd7131b5e27cbb6675145cbfeccfcedcb867f
INITRD_DATA_SHA1 = 6edc1a91aaf9ecb4eb60b4f28c85c1d486611fb4

define download
$($(T)_DATA):
Expand Down

0 comments on commit 553152f

Please sign in to comment.