aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/patches/006-no_sctp.patch
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2015-04-20 06:26:09 +0000
committerSteven Barth <cyrus@openwrt.org>2015-04-20 06:26:09 +0000
commit38519cad0ba2b557b9aefb9717ba91840c706760 (patch)
treeea847bb00638f927eed93362ba530e8ebf27bce8 /package/network/utils/iproute2/patches/006-no_sctp.patch
parent610ce30c3a4a0e9d833a1b4d2bb46aa62a6731b3 (diff)
downloadupstream-38519cad0ba2b557b9aefb9717ba91840c706760.tar.gz
upstream-38519cad0ba2b557b9aefb9717ba91840c706760.tar.bz2
upstream-38519cad0ba2b557b9aefb9717ba91840c706760.zip
iproute2: update to v4.0.0
The most significant change from the previous version is the trimming of the 300-ip_tiny.patch to lib/utils.c where a section previously patched had vanished. That section of the patch was removed. Built and lightly tested on ar71xx against uClibc and musl. Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 45512
Diffstat (limited to 'package/network/utils/iproute2/patches/006-no_sctp.patch')
-rw-r--r--package/network/utils/iproute2/patches/006-no_sctp.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iproute2/patches/006-no_sctp.patch b/package/network/utils/iproute2/patches/006-no_sctp.patch
index a3b2880d5a..4aa988415e 100644
--- a/package/network/utils/iproute2/patches/006-no_sctp.patch
+++ b/package/network/utils/iproute2/patches/006-no_sctp.patch
@@ -8,7 +8,7 @@
case IPPROTO_DCCP:
default: /* XXX */
if (sel->sport_mask)
-@@ -1336,7 +1335,6 @@ static int xfrm_selector_upspec_parse(st
+@@ -1337,7 +1336,6 @@ static int xfrm_selector_upspec_parse(st
switch (sel->proto) {
case IPPROTO_TCP:
case IPPROTO_UDP: