We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848565d commit 1922cccCopy full SHA for 1922ccc
mk/external.mk
@@ -8,10 +8,10 @@ CONF=$(TOP)/configs
8
FILE=$(TOP)/target
9
10
# Linux kernel
11
-LINUX_VER = 6.1.35
+LINUX_VER = 6.1.100
12
LINUX_SRC_URL = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${LINUX_VER}.tar.xz
13
LINUX_SRC = $(OUT)/linux-${LINUX_VER}
14
-LINUX_SRC_SHA1 = a7f1f5be2b7c23674c2d1099a8c7d720dda39dc4
+LINUX_SRC_SHA1 = 49d075022276c627bf9ef583d5415d46a9aec665
15
16
# BusyBox
17
BUSYBOX_VER=1.36.1
0 commit comments