summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2018-03-09 12:08:50 +0100
committerMartin Borg <martin.borg@enea.com>2018-03-12 10:35:57 +0100
commit35743f64878f4f7fe2aa19691d706d65d0c0b24f (patch)
tree06520094aa02e9bfbbfd0b83c9f1004dc21a4d48
parent4cbfa02e6a55c2712ab8e9101bdc1ca23f4bedda (diff)
downloadenea-kernel-cache-35743f64878f4f7fe2aa19691d706d65d0c0b24f.tar.gz
features/ipset: Add full dependencies and clean the configs
Build as a module Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--features/ipset/ipset.cfg22
-rw-r--r--features/ipset/ipset.scc2
2 files changed, 7 insertions, 17 deletions
diff --git a/features/ipset/ipset.cfg b/features/ipset/ipset.cfg
index 5482870..830a880 100644
--- a/features/ipset/ipset.cfg
+++ b/features/ipset/ipset.cfg
@@ -1,19 +1,9 @@
1CONFIG_NETFILTER_XT_SET=m 1CONFIG_NETFILTER=y
2 2
3CONFIG_IP_SET=m 3CONFIG_IP_SET=m
4#ONFIG_IP_SET_MAX=256
5#CONFIG_IP_SET_BITMAP_IP=m
6#CONFIG_IP_SET_BITMAP_IPMAC=m
7#CONFIG_IP_SET_BITMAP_PORT=m
8#CONFIG_IP_SET_HASH_IP=m
9#CONFIG_IP_SET_HASH_IPMARK=m
10#CONFIG_IP_SET_HASH_IPPORT=m
11#CONFIG_IP_SET_HASH_IPPORTIP=m
12#CONFIG_IP_SET_HASH_IPPORTNET=m
13#CONFIG_IP_SET_HASH_MAC=m
14#CONFIG_IP_SET_HASH_NETPORTNET=m
15CONFIG_IP_SET_HASH_NET=m 4CONFIG_IP_SET_HASH_NET=m
16#CONFIG_IP_SET_HASH_NETNET=m 5
17#CONFIG_IP_SET_HASH_NETPORT=m 6CONFIG_NETFILTER_ADVANCED=y
18#CONFIG_IP_SET_HASH_NETIFACE=m 7CONFIG_NETFILTER_XTABLES=y
19#CONFIG_IP_SET_LIST_SET=m 8
9CONFIG_NETFILTER_XT_SET=m
diff --git a/features/ipset/ipset.scc b/features/ipset/ipset.scc
index 8e843a7..d181607 100644
--- a/features/ipset/ipset.scc
+++ b/features/ipset/ipset.scc
@@ -1,4 +1,4 @@
1define KFEATURE_DESCRIPTION "Add IP set support as a module" 1define KFEATURE_DESCRIPTION "Support for IP sets"
2define KFEATURE_COMPATIBILITY all 2define KFEATURE_COMPATIBILITY all
3 3
4kconf non-hardware ipset.cfg 4kconf non-hardware ipset.cfg