summaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/netfilter.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-20 17:01:06 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-20 17:01:06 +0000
commit34eb384597a628350a7db75ae62bd580bd341c36 (patch)
tree1162555ee7b3465c1bd8814f9e56b88771e5c724 /package/kernel/linux/modules/netfilter.mk
parent7dad0f6fe4c4eafae35ac7c3a368b1034cccc2d1 (diff)
downloadmaster-31e0f0ae-34eb384597a628350a7db75ae62bd580bd341c36.tar.gz
master-31e0f0ae-34eb384597a628350a7db75ae62bd580bd341c36.tar.bz2
master-31e0f0ae-34eb384597a628350a7db75ae62bd580bd341c36.zip
kernel: fix ipset related build error (#19231)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44912
Diffstat (limited to 'package/kernel/linux/modules/netfilter.mk')
-rw-r--r--package/kernel/linux/modules/netfilter.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/linux/modules/netfilter.mk b/package/kernel/linux/modules/netfilter.mk
index 01bf189618..f64808c1be 100644
--- a/package/kernel/linux/modules/netfilter.mk
+++ b/package/kernel/linux/modules/netfilter.mk
@@ -229,11 +229,11 @@ IPSET_MODULES:= \
ipset/ip_set_bitmap_ipmac \
ipset/ip_set_bitmap_port \
ipset/ip_set_hash_ip \
- ipset/ip_set_hash_ipmark \
+ ipset/ip_set_hash_ipmark@ge3.18 \
ipset/ip_set_hash_ipport \
ipset/ip_set_hash_ipportip \
ipset/ip_set_hash_ipportnet \
- ipset/ip_set_hash_mac \
+ ipset/ip_set_hash_mac@ge3.18 \
ipset/ip_set_hash_netportnet \
ipset/ip_set_hash_net \
ipset/ip_set_hash_netnet \