From 00ca9375491b30349d0ca5024a959f15daf29966 Mon Sep 17 00:00:00 2001 From: Christian Hoffmann Date: Thu, 5 Dec 2024 15:57:34 +0100 Subject: [PATCH] lineage: products: Use 6.1 for atv x86 Kernel 6.6 is not currently set up for CONFIG_NETFILTER_XTABLES_COMPAT, breaking 32-bit iptables userspace. Change-Id: I79823ea1c66d841f204a1d3c241619abb51f9040 --- build/target/product/lineage_sdk_tv_x86.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/build/target/product/lineage_sdk_tv_x86.mk b/build/target/product/lineage_sdk_tv_x86.mk index 7c4f5d85..616fab08 100644 --- a/build/target/product/lineage_sdk_tv_x86.mk +++ b/build/target/product/lineage_sdk_tv_x86.mk @@ -16,6 +16,7 @@ include vendor/lineage/build/target/product/lineage_generic_tv_target.mk $(call inherit-product, device/google/atv/products/sdk_atv_x86.mk) +TARGET_KERNEL_USE := 6.1 TARGET_NO_KERNEL_OVERRIDE := true # Enable mainline checking