diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-10-07 16:03:12 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-10-07 16:03:12 +0000 |
commit | a3284cb0e1726c8f74bd80e5f1879d4cb0b97ed4 (patch) | |
tree | 4ac3f975665a7f0a6ef467746a92ddf078601b17 /package/iproute2/patches/200-act_connmark.patch | |
parent | ce5e1abbb778411d9f6836d2b93ad4a57ba983e1 (diff) | |
download | upstream-a3284cb0e1726c8f74bd80e5f1879d4cb0b97ed4.tar.gz upstream-a3284cb0e1726c8f74bd80e5f1879d4cb0b97ed4.tar.bz2 upstream-a3284cb0e1726c8f74bd80e5f1879d4cb0b97ed4.zip |
iproute2: update to 2.6.39
Signed-off-by: Daniel Mierswa <impulze@impulze.org>
SVN-Revision: 28378
Diffstat (limited to 'package/iproute2/patches/200-act_connmark.patch')
-rw-r--r-- | package/iproute2/patches/200-act_connmark.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iproute2/patches/200-act_connmark.patch b/package/iproute2/patches/200-act_connmark.patch index 561041f0af..bbc3041802 100644 --- a/package/iproute2/patches/200-act_connmark.patch +++ b/package/iproute2/patches/200-act_connmark.patch @@ -5,9 +5,9 @@ TCMODULES += m_pedit.o TCMODULES += m_skbedit.o +TCMODULES += m_connmark.o + TCMODULES += m_csum.o TCMODULES += p_ip.o TCMODULES += p_icmp.o - TCMODULES += p_tcp.o --- /dev/null +++ b/tc/m_connmark.c @@ -0,0 +1,71 @@ |