From 0748f978567bc71c4c46c0e04a5eba3603171b64 Mon Sep 17 00:00:00 2001 From: mb Date: Sun, 12 Sep 2010 11:05:55 +0000 Subject: iproute2: Add lex/yacc files dependencies. Refresh other patches. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23027 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch') diff --git a/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch b/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch index 46201a4d8..3bff8e34f 100644 --- a/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch +++ b/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch @@ -1,5 +1,9 @@ ---- a/ip/ipxfrm.c -+++ b/ip/ipxfrm.c +--- + ip/ipxfrm.c | 2 -- + 1 file changed, 2 deletions(-) + +--- iproute2-2.6.35.orig/ip/ipxfrm.c ++++ iproute2-2.6.35/ip/ipxfrm.c @@ -467,7 +467,6 @@ void xfrm_selector_print(struct xfrm_sel switch (sel->proto) { case IPPROTO_TCP: @@ -8,7 +12,7 @@ case IPPROTO_DCCP: default: /* XXX */ if (sel->sport_mask) -@@ -1130,7 +1129,6 @@ static int xfrm_selector_upspec_parse(st +@@ -1172,7 +1171,6 @@ static int xfrm_selector_upspec_parse(st switch (sel->proto) { case IPPROTO_TCP: case IPPROTO_UDP: -- cgit v1.2.3