We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc540f commit 32cbd56Copy full SHA for 32cbd56
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 = a749e507a2a09f42690d6fec1de05fd1e45c51b5
+KERNEL_DATA_SHA1 = 72a8454575508d09210f067b25239cd51b929d27
12
13
# initrd
14
INITRD_DATA_URL = $(COMMON_URL)/rootfs.cpio.bz2
15
INITRD_DATA = rootfs.cpio
16
-INITRD_DATA_SHA1 = 6edc1a91aaf9ecb4eb60b4f28c85c1d486611fb4
+INITRD_DATA_SHA1 = 18bd639c17fc299c317f8fed1c845e7dda296748
17
18
define download
19
$($(T)_DATA):
0 commit comments