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
88# kernel
99KERNEL_DATA_URL = $(COMMON_URL ) /Image.bz2
1010KERNEL_DATA = Image
11- KERNEL_DATA_SHA1 = 36d770efe97beac85204f1f50f8de81e3e529d84
11+ KERNEL_DATA_SHA1 = b0af9fa4c736dbde5568181c1442182700584495
1212
1313# initrd
1414INITRD_DATA_URL = $(COMMON_URL ) /rootfs.cpio.bz2
1515INITRD_DATA = rootfs.cpio
16- INITRD_DATA_SHA1 = fad749d0a9eb33178525f961d6b82e7c0ce917a7
16+ INITRD_DATA_SHA1 = 4f0c2e646eb99af21ed2c25d48e1c44f6bd58f91
1717
1818define download
1919$($(T ) _DATA) :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ PARALLEL="-j$(nproc)"
2121
2222function do_buildroot
2323{
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
2525 cp -f configs/buildroot.config buildroot/.config
2626 cp -f configs/busybox.config buildroot/busybox.config
2727 # Otherwise, the error below raises:
You can’t perform that action at this time.
0 commit comments