From: Felix Fietkau Date: Fri, 20 Mar 2015 17:01:06 +0000 (+0000) Subject: kernel: fix ipset related build error (#19231) X-Git-Tag: reboot~3824 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=commitdiff_plain;h=34eb384597a628350a7db75ae62bd580bd341c36 kernel: fix ipset related build error (#19231) Signed-off-by: Felix Fietkau SVN-Revision: 44912 --- 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 \