diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2018-03-08 14:20:12 +0100 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2018-03-08 14:37:44 +0100 |
| commit | 855875ce8a3087f1dc5662190ad82c299ec1ab3f (patch) | |
| tree | 06520094aa02e9bfbbfd0b83c9f1004dc21a4d48 /features | |
| parent | 3844c4e2dae4aeb472d191f3aa996e424eaf1d16 (diff) | |
| download | enea-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>
Diffstat (limited to 'features')
| -rw-r--r-- | features/ipset/ipset.cfg | 22 | ||||
| -rw-r--r-- | features/ipset/ipset.scc | 2 |
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 @@ | |||
| 1 | CONFIG_NETFILTER_XT_SET=m | 1 | CONFIG_NETFILTER=y |
| 2 | 2 | ||
| 3 | CONFIG_IP_SET=m | 3 | CONFIG_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 | ||
| 15 | CONFIG_IP_SET_HASH_NET=m | 4 | CONFIG_IP_SET_HASH_NET=m |
| 16 | #CONFIG_IP_SET_HASH_NETNET=m | 5 | |
| 17 | #CONFIG_IP_SET_HASH_NETPORT=m | 6 | CONFIG_NETFILTER_ADVANCED=y |
| 18 | #CONFIG_IP_SET_HASH_NETIFACE=m | 7 | CONFIG_NETFILTER_XTABLES=y |
| 19 | #CONFIG_IP_SET_LIST_SET=m | 8 | |
| 9 | CONFIG_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 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Add IP set support as a module" | 1 | define KFEATURE_DESCRIPTION "Support for IP sets" |
| 2 | define KFEATURE_COMPATIBILITY all | 2 | define KFEATURE_COMPATIBILITY all |
| 3 | 3 | ||
| 4 | kconf non-hardware ipset.cfg | 4 | kconf non-hardware ipset.cfg |
