summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.4
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-03-29 21:20:36 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-03-29 21:20:36 +0000
commitdc4712f88790ae4a7211985f3e91e7aec5cb1968 (patch)
treef58417b2c05f68db60a72ba0d57b08f977c9552e /target/linux/generic-2.4
parent23c3cdcd66b0e0dfb7191dec534538bc1acd534b (diff)
downloadmaster-31e0f0ae-dc4712f88790ae4a7211985f3e91e7aec5cb1968.tar.gz
master-31e0f0ae-dc4712f88790ae4a7211985f3e91e7aec5cb1968.tar.bz2
master-31e0f0ae-dc4712f88790ae4a7211985f3e91e7aec5cb1968.zip
fix ndisc compilation failure (#6984)
SVN-Revision: 20591
Diffstat (limited to 'target/linux/generic-2.4')
-rw-r--r--target/linux/generic-2.4/patches/629-netlink_types_h.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/generic-2.4/patches/629-netlink_types_h.patch b/target/linux/generic-2.4/patches/629-netlink_types_h.patch
index 8347d170b3..9c5b45df61 100644
--- a/target/linux/generic-2.4/patches/629-netlink_types_h.patch
+++ b/target/linux/generic-2.4/patches/629-netlink_types_h.patch
@@ -9,3 +9,14 @@
#define NETLINK_ROUTE 0 /* Routing/device hook */
#define NETLINK_SKIP 1 /* Reserved for ENskip */
#define NETLINK_USERSOCK 2 /* Reserved for user mode socket protocols */
+--- a/include/linux/filter.h 2010-02-01 22:04:46.000000000 +0100
++++ b/include/linux/filter.h 2010-03-29 20:57:08.000000000 +0200
+@@ -5,6 +5,8 @@
+ #ifndef __LINUX_FILTER_H__
+ #define __LINUX_FILTER_H__
+
++#include <linux/types.h>
++
+ /*
+ * Current version of the filter code architecture.
+ */