upgrade wireless-tools and iproute2
[openwrt-10.03/.git] / package / iproute2 / patches / 002-iproute2-ipxfrm_no_sctp.patch
similarity index 58%
rename from package/iproute2/patches/iproute2-ipxfrm_no_sctp.patch
rename to package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
index b35b72df77efe426e7191b1f578beba7580e3ae7..34eaeb055353861336cf0089915625bbda1754ee 100644 (file)
@@ -1,6 +1,7 @@
---- 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 @@
+diff -Nur iproute2-2.6.11-050330/ip/ipxfrm.c iproute2-2.6.11-050330.new/ip/ipxfrm.c
+--- iproute2-2.6.11-050330/ip/ipxfrm.c 2005-04-01 21:58:11.000000000 +0200
++++ iproute2-2.6.11-050330.new/ip/ipxfrm.c     2005-05-27 12:27:44.000000000 +0200
+@@ -444,7 +444,6 @@
        switch (sel->proto) {
        case IPPROTO_TCP:
        case IPPROTO_UDP:
@@ -8,7 +9,7 @@
        default: /* XXX */
                if (sel->sport_mask)
                        fprintf(fp, "sport %u ", ntohs(sel->sport));
-@@ -787,7 +786,6 @@
+@@ -998,7 +997,6 @@
                switch (sel->proto) {
                case IPPROTO_TCP:
                case IPPROTO_UDP: