Explorar o código

kernel: fix ipset related build error (#19231)

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 44912
Felix Fietkau %!s(int64=10) %!d(string=hai) anos
pai
achega
34eb384597
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      package/kernel/linux/modules/netfilter.mk

+ 2 - 2
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 \