aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-11-22 16:29:27 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-11-22 16:29:27 +0000
commitdf0e2b794841d52f76e014e4022ef2c7d3de5de3 (patch)
tree58cdcee7979b0d7c7efc41c1019dea90e6902245 /target
parentfe88a9ee060b4639da66409a7babb144a1add443 (diff)
downloadmaster-187ad058-df0e2b794841d52f76e014e4022ef2c7d3de5de3.tar.gz
master-187ad058-df0e2b794841d52f76e014e4022ef2c7d3de5de3.tar.bz2
master-187ad058-df0e2b794841d52f76e014e4022ef2c7d3de5de3.zip
target/linux: sync kernel patches to 2.6.37-rc3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24095 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic/patches-2.6.37/151-ingress_queue.patch18
1 files changed, 0 insertions, 18 deletions
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
deleted file mode 100644
index 5e702c3f4f..0000000000
--- a/target/linux/generic/patches-2.6.37/151-ingress_queue.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/include/linux/rtnetlink.h
-+++ b/include/linux/rtnetlink.h
-@@ -6,7 +6,6 @@
- #include <linux/if_link.h>
- #include <linux/if_addr.h>
- #include <linux/neighbour.h>
--#include <linux/netdevice.h>
-
- /* 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 <linux/mutex.h>
-+#include <linux/netdevice.h>
-
- static __inline__ int rtattr_strcmp(const struct rtattr *rta, const char *str)
- {