From 4b0c4432abbe6cce63d7030a2f5d4ed53267b4b2 Mon Sep 17 00:00:00 2001 From: "Alexandros C. Couloumbis" Date: Tue, 16 Nov 2010 13:28:24 +0000 Subject: [PATCH] linux/generic: fix a dynamic ingress_queue allocation on 2.6.37. http://patchwork.ozlabs.org/patch/71237/ (thank you KanjiMonster) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24013 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../generic/patches-2.6.37/151-ingress_queue.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 target/linux/generic/patches-2.6.37/151-ingress_queue.patch diff --git a/target/linux/generic/patches-2.6.37/151-ingress_queue.patch b/target/linux/generic/patches-2.6.37/151-ingress_queue.patch new file mode 100644 index 0000000000..5e702c3f4f --- /dev/null +++ b/target/linux/generic/patches-2.6.37/151-ingress_queue.patch @@ -0,0 +1,18 @@ +--- a/include/linux/rtnetlink.h ++++ b/include/linux/rtnetlink.h +@@ -6,7 +6,6 @@ + #include + #include + #include +-#include + + /* rtnetlink families. Values up to 127 are reserved for real address + * families, values above 128 may be used arbitrarily. +@@ -606,6 +605,7 @@ struct tcamsg { + #ifdef __KERNEL__ + + #include ++#include + + static __inline__ int rtattr_strcmp(const struct rtattr *rta, const char *str) + { -- 2.11.0