diff options
author | Michael Büsch <mb@bu3sch.de> | 2010-09-12 11:05:55 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2010-09-12 11:05:55 +0000 |
commit | dee3ed024e8a9962f642d9f899cd7ea0426a4847 (patch) | |
tree | c187778614725017a788864badf1ca75edbcff88 /package/iproute2/patches/007-version_includes.patch | |
parent | e1b618fafb7cc8795601e355451592c49e22dcb3 (diff) | |
download | upstream-dee3ed024e8a9962f642d9f899cd7ea0426a4847.tar.gz upstream-dee3ed024e8a9962f642d9f899cd7ea0426a4847.tar.bz2 upstream-dee3ed024e8a9962f642d9f899cd7ea0426a4847.zip |
iproute2: Add lex/yacc files dependencies. Refresh other patches.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23027 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iproute2/patches/007-version_includes.patch')
-rw-r--r-- | package/iproute2/patches/007-version_includes.patch | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/package/iproute2/patches/007-version_includes.patch b/package/iproute2/patches/007-version_includes.patch index 01d7d65e18..cfc930cebe 100644 --- a/package/iproute2/patches/007-version_includes.patch +++ b/package/iproute2/patches/007-version_includes.patch @@ -1,6 +1,10 @@ ---- a/include/linux/netfilter_ipv4/ip_tables.h -+++ b/include/linux/netfilter_ipv4/ip_tables.h -@@ -114,7 +114,10 @@ struct ipt_entry +--- + include/linux/netfilter_ipv4/ip_tables.h | 3 +++ + 1 file changed, 3 insertions(+) + +--- iproute2-2.6.35.orig/include/linux/netfilter_ipv4/ip_tables.h ++++ iproute2-2.6.35/include/linux/netfilter_ipv4/ip_tables.h +@@ -113,7 +113,10 @@ struct ipt_entry { #define IPT_CONTINUE XT_CONTINUE #define IPT_RETURN XT_RETURN |