kernel: fix ipset related build error (#19231)
authorFelix Fietkau <nbd@openwrt.org>
Fri, 20 Mar 2015 17:01:06 +0000 (17:01 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 20 Mar 2015 17:01:06 +0000 (17:01 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44912

package/kernel/linux/modules/netfilter.mk

index 01bf1896188b7c8b4e818a9c9bcd311325c61565..f64808c1bee56931cc0afc2c0a31f0d529c51a68 100644 (file)
@@ -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 \