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

Javier Martinez Canillas javier.martinez at collabora.co.uk
Fri Jan 25 03:30:51 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>
---

Changes since v1:
  - Rebase to latest master to update PR accordingly as suggested
    by Otavio Salvador.

 .../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 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 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 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)"
 
-- 
1.7.7.6




More information about the meta-freescale mailing list