From bb2cb0c060dc019777009c2da25e73ec3d7d9134 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Mon, 24 Nov 2014 15:02:34 +0000 Subject: Add NETFILTER_XT_MATCH_ADDRTYPE and NETFILTER_ADVANCED modules This module is needed to use addrtype extension on iptables-restore. This module requires NETFILTER_ADVANCED to work so this module was also added. --- strata/bsp-x86_64-generic/linux-x86-64-generic.morph | 2 ++ 1 file changed, 2 insertions(+) (limited to 'strata/bsp-x86_64-generic/linux-x86-64-generic.morph') diff --git a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph index a0931838..0ba8287b 100644 --- a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph +++ b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph @@ -83,6 +83,8 @@ configure-commands: - scripts/config -e BLK_DEV_NBD - scripts/config -e NETFILTER - scripts/config -e BRIDGE_NF_EBTABLES +- scripts/config -e NETFILTER_ADVANCED +- scripts/config -e NETFILTER_XT_MATCH_ADDRTYPE - yes '' | make oldconfig build-commands: - make $MAKEFLAGS -- cgit v1.2.1