Skip to content

Commit

Permalink
Bump linux version to 6.1.91
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed May 23, 2024
1 parent fb87e66 commit 0f31f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mk/external.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ CONF=$(TOP)/configs
FILE=$(TOP)/target

# Linux kernel
LINUX_VER = 6.1.35
LINUX_VER = 6.1.91
LINUX_SRC_URL = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${LINUX_VER}.tar.xz
LINUX_SRC = $(OUT)/linux-${LINUX_VER}
LINUX_SRC_SHA1 = a7f1f5be2b7c23674c2d1099a8c7d720dda39dc4
LINUX_SRC_SHA1 = b0725328e3c30b382323559f300b96a9799806d2

# BusyBox
BUSYBOX_VER=1.36.1
Expand Down

0 comments on commit 0f31f1b

Please sign in to comment.