Skip to content

Commit a6e22d1

Browse files
committed
Bump Linux Kernel to v6.12
Linux Kernel v6.7 propose a solution to resolve sound stutter effect. Therefore, upgrade Linux Kernel version to v6.12 as it is an LTS version with the proposed solution included.
1 parent 6dbe25e commit a6e22d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function do_buildroot
3737

3838
function do_linux
3939
{
40-
ASSERT git clone https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git -b linux-6.1.y --depth=1
40+
ASSERT git clone https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git -b linux-6.12.y --depth=1
4141
cp -f configs/linux.config linux/.config
4242
export PATH="$PWD/buildroot/output/host/bin:$PATH"
4343
export CROSS_COMPILE=riscv32-buildroot-linux-gnu-

0 commit comments

Comments
 (0)