From: Javier Martinez Canillas Date: Fri, 25 Jan 2013 11:30:51 +0000 (+0100) Subject: linux-imx (3.0.35): enable netfilter support X-Git-Tag: 2.1~1534 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0b1ef4ecfa7ddec42981f7c64630aeeb22d8dd7b;p=meta-freescale.git 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 --- 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)"