aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens <hmehrtens@maxlinear.com>2022-07-29 18:36:02 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2022-08-14 00:06:21 +0200
commit2a6fa77b779272ca87e62ef3ae66cb415160d61d (patch)
treefaf4d271a2e0824d94169473b051ad624217796d
parentfc05102d510bcdaabdb5d3064db46cda95aed5ed (diff)
downloadupstream-2a6fa77b779272ca87e62ef3ae66cb415160d61d.tar.gz
upstream-2a6fa77b779272ca87e62ef3ae66cb415160d61d.tar.bz2
upstream-2a6fa77b779272ca87e62ef3ae66cb415160d61d.zip
kernel: ipt-ipset: Add ipset/ip_set_hash_ipmac.ko
Add the ipset/ip_set_hash_ipmac.ko file. The CONFIG_IP_SET_HASH_IPMAC KConfig option is already set by the package. Signed-off-by: Hauke Mehrtens <hmehrtens@maxlinear.com> (cherry picked from commit 6a2e9f3da6d0f0f3ae382db1e77a65c2f0e67d24)
-rw-r--r--package/kernel/linux/modules/netfilter.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/netfilter.mk b/package/kernel/linux/modules/netfilter.mk
index ff76ae048b..b70c6fa09f 100644
--- a/package/kernel/linux/modules/netfilter.mk
+++ b/package/kernel/linux/modules/netfilter.mk
@@ -350,6 +350,7 @@ IPSET_MODULES:= \
ipset/ip_set_bitmap_ipmac \
ipset/ip_set_bitmap_port \
ipset/ip_set_hash_ip \
+ ipset/ip_set_hash_ipmac \
ipset/ip_set_hash_ipmark \
ipset/ip_set_hash_ipport \
ipset/ip_set_hash_ipportip \