We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b15a361 commit 3a1bbd4Copy full SHA for 3a1bbd4
mk/external.mk
@@ -8,12 +8,12 @@ COMMON_URL = https://github.com/sysprog21/semu/raw/blob
8
# kernel
9
KERNEL_DATA_URL = $(COMMON_URL)/Image.bz2
10
KERNEL_DATA = Image
11
-KERNEL_DATA_SHA1 = 75cf702d3f9781bc5848de5dc758141bbec75d26
+KERNEL_DATA_SHA1 = a1fb94ff9d47d833759a2ff5d912858faa125a6c
12
13
# initrd
14
INITRD_DATA_URL = $(COMMON_URL)/rootfs.cpio.bz2
15
INITRD_DATA = rootfs.cpio
16
-INITRD_DATA_SHA1 = 61b38be3eff25a9fab3a8db4eb119b0145bb5f65
+INITRD_DATA_SHA1 = 3b3fd7131b5e27cbb6675145cbfeccfcedcb867f
17
18
define download
19
$($(T)_DATA):
0 commit comments