File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,16 @@ CONF=$(TOP)/configs
88FILE =$(TOP ) /target
99
1010# Linux kernel
11- LINUX_VER = 6.1.28
11+ LINUX_VER = 6.1.35
1212LINUX_SRC_URL = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${LINUX_VER}.tar.xz
1313LINUX_SRC = $(OUT ) /linux-${LINUX_VER}
14- LINUX_SRC_SHA1 = 1a541689d3c3c87d93b6665da3c2078d8c97e910
14+ LINUX_SRC_SHA1 = a7f1f5be2b7c23674c2d1099a8c7d720dda39dc4
1515
1616# BusyBox
17- BUSYBOX_VER =1.36.0
17+ BUSYBOX_VER =1.36.1
1818BUSYBOX_SRC_URL = https://busybox.net/downloads/busybox-${BUSYBOX_VER}.tar.bz2
1919BUSYBOX_SRC = $(OUT ) /busybox-${BUSYBOX_VER}
20- BUSYBOX_SRC_SHA1 = 10cf8331d6b5682a02e9e276870d13db212a02bb
20+ BUSYBOX_SRC_SHA1 = a5d40ca0201b20909f7a8a561adf57adccc8a877
2121
2222define download-n-extract
2323$(eval $(T ) _SRC_ARCHIVE = $(OUT ) /$(shell basename $($(T ) _SRC_URL) ) )
You can’t perform that action at this time.
0 commit comments