Skip to content

Commit 1922ccc

Browse files
committed
Bump linux version to 6.1.100
1 parent 848565d commit 1922ccc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mk/external.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ CONF=$(TOP)/configs
88
FILE=$(TOP)/target
99

1010
# Linux kernel
11-
LINUX_VER = 6.1.35
11+
LINUX_VER = 6.1.100
1212
LINUX_SRC_URL = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${LINUX_VER}.tar.xz
1313
LINUX_SRC = $(OUT)/linux-${LINUX_VER}
14-
LINUX_SRC_SHA1 = a7f1f5be2b7c23674c2d1099a8c7d720dda39dc4
14+
LINUX_SRC_SHA1 = 49d075022276c627bf9ef583d5415d46a9aec665
1515

1616
# BusyBox
1717
BUSYBOX_VER=1.36.1

0 commit comments

Comments
 (0)