Skip to content

Commit

Permalink
Update checksum for prebuilt Linux image
Browse files Browse the repository at this point in the history
Now, the kernel image is SMP aware.
  • Loading branch information
jserv committed Jul 18, 2024
1 parent b15a361 commit 3a1bbd4
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 = 75cf702d3f9781bc5848de5dc758141bbec75d26
KERNEL_DATA_SHA1 = a1fb94ff9d47d833759a2ff5d912858faa125a6c

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

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

0 comments on commit 3a1bbd4

Please sign in to comment.