From 0b1ef4ecfa7ddec42981f7c64630aeeb22d8dd7b Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Fri, 25 Jan 2013 12:30:51 +0100 Subject: [PATCH] linux-imx (3.0.35): enable netfilter support The Netfilter packet filtering framework is useful for so many use cases that most people will build kernels with it enabled. So, it could probably make sense to have it enabled by default. Signed-off-by: Javier Martinez Canillas --- .../linux/linux-imx-3.0.35/imx6qsabrelite/defconfig | 1 + .../recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig | 1 + meta-fsl-arm/recipes-kernel/linux/linux-imx_3.0.35.bb | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-imx-3.0.35/imx6qsabrelite/defconfig b/meta-fsl-arm/recipes-kernel/linux/linux-imx-3.0.35/imx6qsabrelite/defconfig index 49419489..632fb3a1 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-imx-3.0.35/imx6qsabrelite/defconfig +++ b/meta-fsl-arm/recipes-kernel/linux/linux-imx-3.0.35/imx6qsabrelite/defconfig @@ -65,6 +65,7 @@ CONFIG_IP_PNP_DHCP=y CONFIG_IP_PNP_BOOTP=y # CONFIG_INET_LRO is not set # CONFIG_IPV6 is not set +CONFIG_NETFILTER=y CONFIG_LLC2=y CONFIG_CAN=y CONFIG_CAN_RAW=y diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig b/meta-fsl-arm/recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig index b5d222d1..0b59757a 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig +++ b/meta-fsl-arm/recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig @@ -67,6 +67,7 @@ CONFIG_IP_PNP_DHCP=y CONFIG_IP_PNP_BOOTP=y # CONFIG_INET_LRO is not set # CONFIG_IPV6 is not set +CONFIG_NETFILTER=y CONFIG_LLC2=y CONFIG_CAN=y CONFIG_CAN_RAW=y diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-imx_3.0.35.bb b/meta-fsl-arm/recipes-kernel/linux/linux-imx_3.0.35.bb index 149366b1..b0870a25 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-imx_3.0.35.bb +++ b/meta-fsl-arm/recipes-kernel/linux/linux-imx_3.0.35.bb @@ -3,7 +3,7 @@ include linux-imx.inc -PR = "${INC_PR}.9" +PR = "${INC_PR}.10" COMPATIBLE_MACHINE = "(mx6)" -- 2.40.1