From 92669a8d0ef193d836c3b15b22b16ab5190a5663 Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Fri, 25 Jan 2013 12:30:51 +0100 Subject: 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 --- recipes-kernel/linux/linux-imx-3.0.35/imx6qsabrelite/defconfig | 1 + recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig | 1 + recipes-kernel/linux/linux-imx_3.0.35.bb | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-imx-3.0.35/imx6qsabrelite/defconfig b/recipes-kernel/linux/linux-imx-3.0.35/imx6qsabrelite/defconfig index 4941948..632fb3a 100644 --- a/recipes-kernel/linux/linux-imx-3.0.35/imx6qsabrelite/defconfig +++ b/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/recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig b/recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig index b5d222d..0b59757 100644 --- a/recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig +++ b/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/recipes-kernel/linux/linux-imx_3.0.35.bb b/recipes-kernel/linux/linux-imx_3.0.35.bb index 149366b..b0870a2 100644 --- a/recipes-kernel/linux/linux-imx_3.0.35.bb +++ b/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)" -- cgit v1.2.3-54-g00ecf