From d7a7a35f58c48652fa8fc0d62812e1d9a1e81ad5 Mon Sep 17 00:00:00 2001 From: Fiona Klute Date: Sat, 25 Apr 2026 10:56:54 +0200 Subject: [PATCH] support/testing/tests/package/test_kmod.py: use current 6.6.x kernel Signed-off-by: Fiona Klute Signed-off-by: Marcus Hoffmann --- support/testing/tests/package/test_kmod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/testing/tests/package/test_kmod.py b/support/testing/tests/package/test_kmod.py index 1d9ea535fc..e11d3b702c 100644 --- a/support/testing/tests/package/test_kmod.py +++ b/support/testing/tests/package/test_kmod.py @@ -15,7 +15,7 @@ class TestKmod(infra.basetest.BRTest): BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y - BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.35" + BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.135" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/aarch64-virt/linux.config" BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="{kernel_fragment}"