From 92214c922de4f789dd8f1211e85e2cc77f62e189 Mon Sep 17 00:00:00 2001 From: Romain Naour Date: Wed, 24 Jun 2026 14:51:54 +0200 Subject: [PATCH] support/testing: TestIptables: bump kernel to 6.18 LTS Tested-by: Fiona Klute Signed-off-by: Romain Naour Signed-off-by: Fiona Klute --- support/testing/tests/package/test_iptables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/testing/tests/package/test_iptables.py b/support/testing/tests/package/test_iptables.py index eeb4ccb5dd..918fa4fb29 100644 --- a/support/testing/tests/package/test_iptables.py +++ b/support/testing/tests/package/test_iptables.py @@ -15,7 +15,7 @@ class TestIptables(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.1.82" + BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.36" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/aarch64-virt/linux.config" BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y