From c6146b803c5b9d51964d824d22965e9e09a489f8 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Sun, 24 Dec 2023 15:23:12 +0100 Subject: [PATCH] Enable NDPI changes on conntrack --- 6.1/target/linux/generic/config-6.1 | 1 + config | 1 + 2 files changed, 2 insertions(+) diff --git a/6.1/target/linux/generic/config-6.1 b/6.1/target/linux/generic/config-6.1 index 4e950969..6578d408 100644 --- a/6.1/target/linux/generic/config-6.1 +++ b/6.1/target/linux/generic/config-6.1 @@ -8018,3 +8018,4 @@ CONFIG_ZONE_DMA=y # CONFIG_GPIO_BRCMSTB is not set # CONFIG_SND_BCM2835_SOC_I2S is not set # CONFIG_SND_BCM2835 is not set +CONFIG_NF_CONNTRACK_DESTROY_HOOK=y \ No newline at end of file diff --git a/config b/config index 2b22ad15..6d8e41b7 100644 --- a/config +++ b/config @@ -285,3 +285,4 @@ CONFIG_AUTOREMOVE=y CONFIG_GNUTLS_CRYPTODEV=y CONFIG_PACKAGE_kmod-phylink=y CONFIG_OPENVPN_openssl_ENABLE_DCO=y +CONFIG_KERNEL_NF_CONNTRACK_DESTROY_HOOK=y