aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/ipset/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-13 08:38:17 +0000
committerJohn Crispin <john@openwrt.org>2015-03-13 08:38:17 +0000
commitd8e61b088f5cdfafdd2301b04bc3c4e4b3ebc9e4 (patch)
tree016f695abe003baa5c4e4fccfccf1a06259c5126 /package/network/utils/ipset/Makefile
parentc7229b96b72db28994e98fd7140f0e2bc33310f6 (diff)
downloadupstream-d8e61b088f5cdfafdd2301b04bc3c4e4b3ebc9e4.tar.gz
upstream-d8e61b088f5cdfafdd2301b04bc3c4e4b3ebc9e4.tar.bz2
upstream-d8e61b088f5cdfafdd2301b04bc3c4e4b3ebc9e4.zip
ipset: add ipmark support
Below you'll find a patch to add ipmark module support to ipset. Changeset 44671 already bumped ipset to version 6.24, but it's still compiled without ipmark support. This is a requirement for mwan3 v1.6. Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com> SVN-Revision: 44742
Diffstat (limited to 'package/network/utils/ipset/Makefile')
-rw-r--r--package/network/utils/ipset/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/utils/ipset/Makefile b/package/network/utils/ipset/Makefile
index 9a8f3461d9..14a47afbec 100644
--- a/package/network/utils/ipset/Makefile
+++ b/package/network/utils/ipset/Makefile
@@ -45,6 +45,7 @@ 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_ipport \
ipset/ip_set_hash_ipportip \
ipset/ip_set_hash_ipportnet \