diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-29 21:20:36 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-29 21:20:36 +0000 |
commit | 52fc6ae252b1d2812d889824df99f243fc73dbb7 (patch) | |
tree | 7083131406791507f2827db27667f4590788550c | |
parent | 348cb2f61ed561ba5cbcfd0eb861e98dd9cf5a3c (diff) |
[package] fix ndisc compilation failure (#6984)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20591 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic-2.4/patches/629-netlink_types_h.patch | 11 |
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. + */ |