From: Hauke Mehrtens Date: Fri, 29 Jul 2022 16:36:02 +0000 (+0200) Subject: kernel: ipt-ipset: Add ipset/ip_set_hash_ipmac.ko X-Git-Tag: v23.05.0-rc1~2816 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a2e9f3da6d0f0f3ae382db1e77a65c2f0e67d24;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/package/kernel/linux/modules/netfilter.mk b/package/kernel/linux/modules/netfilter.mk index 9808649e70f..22b7dbd2858 100644 --- a/package/kernel/linux/modules/netfilter.mk +++ b/package/kernel/linux/modules/netfilter.mk @@ -348,6 +348,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 \