summaryrefslogtreecommitdiff
path: root/package/busybox/busybox-1.4.0-libnetlink.patch
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-03-26 21:53:15 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-03-26 21:53:15 +0000
commit9c078e173aa2ce9d386942e8acb6acf811eeeddf (patch)
tree4e75fb59cfd5a889f9c07197d4118ade21c406a2 /package/busybox/busybox-1.4.0-libnetlink.patch
parent49a411ea7374a4f2bb5d8ed69b99d2cd5a6fee2e (diff)
busybox: remove unused configs/patches
Diffstat (limited to 'package/busybox/busybox-1.4.0-libnetlink.patch')
-rw-r--r--package/busybox/busybox-1.4.0-libnetlink.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/package/busybox/busybox-1.4.0-libnetlink.patch b/package/busybox/busybox-1.4.0-libnetlink.patch
deleted file mode 100644
index fb7d25d7c..000000000
--- a/package/busybox/busybox-1.4.0-libnetlink.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- busybox-1.4.0/networking/libiproute/libnetlink.h Fri Jan 19 22:22:58 2007
-+++ busybox-1.4.0-libnetlink/networking/libiproute/libnetlink.h Tue Jan 23 00:30:45 2007
-@@ -2,6 +2,9 @@
- #ifndef __LIBNETLINK_H__
- #define __LIBNETLINK_H__ 1
-
-+#include <linux/types.h>
-+/* We need linux/types.h because older kernels use __u32 etc
-+ * in linux/[rt]netlink.h. 2.6.19 seems to be ok, though */
- #include <linux/netlink.h>
- #include <linux/rtnetlink.h>
-
-@@ -37,6 +40,4 @@
-
- extern int parse_rtattr(struct rtattr *tb[], int max, struct rtattr *rta, int len);
-
--
- #endif /* __LIBNETLINK_H__ */
--