Skip to content

Commit 3a1bbd4

Browse files
committed
Update checksum for prebuilt Linux image
Now, the kernel image is SMP aware.
1 parent b15a361 commit 3a1bbd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mk/external.mk

+2-2
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 = 75cf702d3f9781bc5848de5dc758141bbec75d26
11+
KERNEL_DATA_SHA1 = a1fb94ff9d47d833759a2ff5d912858faa125a6c
1212

1313
# initrd
1414
INITRD_DATA_URL = $(COMMON_URL)/rootfs.cpio.bz2
1515
INITRD_DATA = rootfs.cpio
16-
INITRD_DATA_SHA1 = 61b38be3eff25a9fab3a8db4eb119b0145bb5f65
16+
INITRD_DATA_SHA1 = 3b3fd7131b5e27cbb6675145cbfeccfcedcb867f
1717

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

0 commit comments

Comments
 (0)