diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-20 17:01:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-20 17:01:06 +0000 |
commit | 6fa31d3efec5b386b18ce93dc74fa760538f7e64 (patch) | |
tree | 275dc5e3dd901dd6b8d6cddea61220bc2a0a0279 /package | |
parent | ec6b4b35c611685628695ec10469557cb30fb07f (diff) | |
download | upstream-6fa31d3efec5b386b18ce93dc74fa760538f7e64.tar.gz upstream-6fa31d3efec5b386b18ce93dc74fa760538f7e64.tar.bz2 upstream-6fa31d3efec5b386b18ce93dc74fa760538f7e64.zip |
kernel: fix ipset related build error (#19231)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44912 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/linux/modules/netfilter.mk | 4 |
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 \ |