[meta-freescale] [meta-fsl-arm][PATCH 1/1] linux-imx (3.0.35): enable netfilter support

Javier Martinez Canillas javier.martinez at collabora.co.uk
Thu Jan 24 10:53:13 PST 2013


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 <javier.martinez at collabora.co.uk>
---
 .../linux-imx-3.0.35/imx6qsabrelite/defconfig      |    1 +
 .../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 deletions(-)

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 1c8d6f3..43db544 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 a8bc503..f337851 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 9f1e320..74adb64 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}.7"
+PR = "${INC_PR}.8"
 
 COMPATIBLE_MACHINE = "(mx6)"
 
-- 
1.7.7.6




More information about the meta-freescale mailing list