]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-imx (3.0.35): enable netfilter support
authorJavier Martinez Canillas <javier.martinez@collabora.co.uk>
Fri, 25 Jan 2013 11:30:51 +0000 (12:30 +0100)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 25 Jan 2013 11:38:53 +0000 (09:38 -0200)
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@collabora.co.uk>
meta-fsl-arm/recipes-kernel/linux/linux-imx-3.0.35/imx6qsabrelite/defconfig
meta-fsl-arm/recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig
meta-fsl-arm/recipes-kernel/linux/linux-imx_3.0.35.bb

index 49419489f0c54fe80f09d08dcbf52e527afe1e58..632fb3a149db5f3010626246fc904390ec786b9b 100644 (file)
@@ -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
index b5d222d183cfa2cf3dc276443301fced60c27852..0b59757a1003633432fcec299d49c6a2b6b7e43f 100644 (file)
@@ -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
index 149366b125e9a695de121afefc53a0a3b02a6e6f..b0870a257d1d43ff8c2425d18c2664aeb3362443 100644 (file)
@@ -3,7 +3,7 @@
 
 include linux-imx.inc
 
-PR = "${INC_PR}.9"
+PR = "${INC_PR}.10"
 
 COMPATIBLE_MACHINE = "(mx6)"