]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ti-analog-linux-kernel/dmurphy-analog.git/commitdiff
selftests: netfilter: fix config fragment CONFIG_NF_TABLES_INET
authorNaresh Kamboju <naresh.kamboju@linaro.org>
Tue, 29 Jan 2019 06:28:35 +0000 (06:28 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 4 Feb 2019 13:21:02 +0000 (14:21 +0100)
In selftests the config fragment for netfilter was added as
NF_TABLES_INET=y and this patch correct it as CONFIG_NF_TABLES_INET=y

Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Acked-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
tools/testing/selftests/netfilter/config

index 1017313e41a85e160f62a815d693836aaf1d4521..59caa8f71cd80e133b11acde1fb969077eebfecf 100644 (file)
@@ -1,2 +1,2 @@
 CONFIG_NET_NS=y
-NF_TABLES_INET=y
+CONFIG_NF_TABLES_INET=y