summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.4/patches/629-netlink_types_h.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-06-26 20:42:18 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-06-26 20:42:18 +0000
commit95c5443b843c7875794c17aeba33213b71ba4dbb (patch)
tree0c25039640bb2607a15f2792558ea5b2b4c1a48d /target/linux/generic-2.4/patches/629-netlink_types_h.patch
parentc4f3caef75c247bcce4502391c072e10f741430a (diff)
downloadmaster-31e0f0ae-95c5443b843c7875794c17aeba33213b71ba4dbb.tar.gz
master-31e0f0ae-95c5443b843c7875794c17aeba33213b71ba4dbb.tar.bz2
master-31e0f0ae-95c5443b843c7875794c17aeba33213b71ba4dbb.zip
remove generic linux 2.4 support
SVN-Revision: 21948
Diffstat (limited to 'target/linux/generic-2.4/patches/629-netlink_types_h.patch')
-rw-r--r--target/linux/generic-2.4/patches/629-netlink_types_h.patch22
1 files changed, 0 insertions, 22 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
deleted file mode 100644
index 49803b76f9..0000000000
--- a/target/linux/generic-2.4/patches/629-netlink_types_h.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/include/linux/netlink.h
-+++ b/include/linux/netlink.h
-@@ -1,6 +1,8 @@
- #ifndef __LINUX_NETLINK_H
- #define __LINUX_NETLINK_H
-
-+#include <linux/types.h>
-+
- #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
-+++ b/include/linux/filter.h
-@@ -5,6 +5,8 @@
- #ifndef __LINUX_FILTER_H__
- #define __LINUX_FILTER_H__
-
-+#include <linux/types.h>
-+
- /*
- * Current version of the filter code architecture.
- */