summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2018-03-08 14:20:12 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2018-03-08 14:37:44 +0100
commit855875ce8a3087f1dc5662190ad82c299ec1ab3f (patch)
tree06520094aa02e9bfbbfd0b83c9f1004dc21a4d48
parent3844c4e2dae4aeb472d191f3aa996e424eaf1d16 (diff)
downloadenea-kernel-cache-855875ce8a3087f1dc5662190ad82c299ec1ab3f.tar.gz
features/ipset: Add full dependencies and clean the configs
Build as a module Signed-off-by: Adrian Dudau <adrian.dudau@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