File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ COMMON_URL = https://github.com/sysprog21/semu/raw/blob
8
8
# kernel
9
9
KERNEL_DATA_URL = $(COMMON_URL ) /Image.bz2
10
10
KERNEL_DATA = Image
11
- KERNEL_DATA_SHA1 = 36d770efe97beac85204f1f50f8de81e3e529d84
11
+ KERNEL_DATA_SHA1 = b0af9fa4c736dbde5568181c1442182700584495
12
12
13
13
# initrd
14
14
INITRD_DATA_URL = $(COMMON_URL ) /rootfs.cpio.bz2
15
15
INITRD_DATA = rootfs.cpio
16
- INITRD_DATA_SHA1 = fad749d0a9eb33178525f961d6b82e7c0ce917a7
16
+ INITRD_DATA_SHA1 = 4f0c2e646eb99af21ed2c25d48e1c44f6bd58f91
17
17
18
18
define download
19
19
$($(T ) _DATA) :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ PARALLEL="-j$(nproc)"
21
21
22
22
function do_buildroot
23
23
{
24
- ASSERT git clone https://github.com/buildroot/buildroot -b 2023.05.1 --depth=1
24
+ ASSERT git clone https://github.com/buildroot/buildroot -b 2023.11.x --depth=1
25
25
cp -f configs/buildroot.config buildroot/.config
26
26
cp -f configs/busybox.config buildroot/busybox.config
27
27
# Otherwise, the error below raises:
You can’t perform that action at this time.
0 commit comments