From 813b8624b5dca8e58b8a3b127c62e1c9b899a272 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 17 Feb 2015 14:14:39 +0000 Subject: iproute2: bump version from v3.18.0 to v3.19.0 with refreshed patches Signed-off-by: Russell Senior git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44479 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/utils/iproute2/patches/210-add-act_connmark.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/network/utils/iproute2/patches/210-add-act_connmark.patch') diff --git a/package/network/utils/iproute2/patches/210-add-act_connmark.patch b/package/network/utils/iproute2/patches/210-add-act_connmark.patch index c0bf07aadd..10167ae50c 100644 --- a/package/network/utils/iproute2/patches/210-add-act_connmark.patch +++ b/package/network/utils/iproute2/patches/210-add-act_connmark.patch @@ -1,13 +1,13 @@ --- a/tc/Makefile +++ b/tc/Makefile -@@ -39,6 +39,7 @@ TCMODULES += m_mirred.o +@@ -44,6 +44,7 @@ TCMODULES += m_mirred.o TCMODULES += m_nat.o TCMODULES += m_pedit.o TCMODULES += m_skbedit.o +TCMODULES += m_connmark.o TCMODULES += m_csum.o TCMODULES += m_simple.o - TCMODULES += p_ip.o + TCMODULES += m_vlan.o --- /dev/null +++ b/tc/m_connmark.c @@ -0,0 +1,74 @@ -- cgit v1.2.3