From: YUGERAJ RAMAJAYAM <[email protected]> Added CONFIG_IP_ADVANCED_ROUTER=m to netfilter-small-3.8.cfg.
CONFIG_IP_MULTIPLE_TABLES requires CONFIG_IP_ADVANCED_ROUTER to be enabled in kernel configuration. Signed-off-by: YUGERAJ RAMAJAYAM <[email protected]> Signed-off-by: Chang Rebecca Swee Fun <[email protected]> --- .../linux/linux-yocto-quark/iot-devkit-spi/netfilter-small-3.8.cfg | 1 + .../linux/linux-yocto-quark/iot-devkit/netfilter-small-3.8.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/recipes-kernel/linux/linux-yocto-quark/iot-devkit-spi/netfilter-small-3.8.cfg b/recipes-kernel/linux/linux-yocto-quark/iot-devkit-spi/netfilter-small-3.8.cfg index 2def700..f87900f 100644 --- a/recipes-kernel/linux/linux-yocto-quark/iot-devkit-spi/netfilter-small-3.8.cfg +++ b/recipes-kernel/linux/linux-yocto-quark/iot-devkit-spi/netfilter-small-3.8.cfg @@ -21,3 +21,4 @@ #CONFIG_NETFILTER_XT_CONNMARK=m #CONFIG_NETFILTER_XT_TARGET_CONNMARK=m #CONFIG_NETFILTER_XT_MATCH_CONNMARK=m +#CONFIG_IP_ADVANCED_ROUTER=m diff --git a/recipes-kernel/linux/linux-yocto-quark/iot-devkit/netfilter-small-3.8.cfg b/recipes-kernel/linux/linux-yocto-quark/iot-devkit/netfilter-small-3.8.cfg index e9b71c4..69328b2 100644 --- a/recipes-kernel/linux/linux-yocto-quark/iot-devkit/netfilter-small-3.8.cfg +++ b/recipes-kernel/linux/linux-yocto-quark/iot-devkit/netfilter-small-3.8.cfg @@ -21,3 +21,4 @@ CONFIG_NETFILTER_XT_MATCH_NFACCT=m CONFIG_NETFILTER_XT_CONNMARK=m CONFIG_NETFILTER_XT_TARGET_CONNMARK=m CONFIG_NETFILTER_XT_MATCH_CONNMARK=m +CONFIG_IP_ADVANCED_ROUTER=m -- 1.9.1 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
