From 16530342e5f63527dc2e0c78dcaef4f4b68ceb48 Mon Sep 17 00:00:00 2001 From: kaloz Date: Fri, 27 May 2005 17:32:43 +0000 Subject: upgrade wireless-tools and iproute2 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1084 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../iproute2/patches/iproute2-ipxfrm_no_sctp.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 openwrt/package/iproute2/patches/iproute2-ipxfrm_no_sctp.patch (limited to 'openwrt/package/iproute2/patches/iproute2-ipxfrm_no_sctp.patch') diff --git a/openwrt/package/iproute2/patches/iproute2-ipxfrm_no_sctp.patch b/openwrt/package/iproute2/patches/iproute2-ipxfrm_no_sctp.patch deleted file mode 100644 index b35b72df7..000000000 --- a/openwrt/package/iproute2/patches/iproute2-ipxfrm_no_sctp.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- iproute2-2.6.9.old/ip/ipxfrm.c 2005-01-30 19:09:32.000000000 +0100 -+++ iproute2-2.6.9/ip/ipxfrm.c 2005-01-30 19:10:31.000000000 +0100 -@@ -392,7 +392,6 @@ - switch (sel->proto) { - case IPPROTO_TCP: - case IPPROTO_UDP: -- case IPPROTO_SCTP: - default: /* XXX */ - if (sel->sport_mask) - fprintf(fp, "sport %u ", ntohs(sel->sport)); -@@ -787,7 +786,6 @@ - switch (sel->proto) { - case IPPROTO_TCP: - case IPPROTO_UDP: -- case IPPROTO_SCTP: - break; - default: - fprintf(stderr, "\"sport\" and \"dport\" are invalid with proto=%s\n", strxf_proto(sel->proto)); -- cgit v1.2.3