fix compilation 

- by integrating net-tools-1.60-STRIP.patch
 from Jiri Popelka <jpope...@redhat.com>
- if_tr.h is no longer in kernel

Signed-off-by: Dirk Neukirchen <dirkneukirc...@web.de>
---

diff --git a/net/uob-nomad/patches/005-linux_if_strip_fix.patch 
b/net/uob-nomad/patches/005-linux_if_strip_fix.patch
new file mode 100644
index 0000000..82ffefb
--- /dev/null
+++ b/net/uob-nomad/patches/005-linux_if_strip_fix.patch
@@ -0,0 +1,20 @@
+--- a/Client/net-tools/lib/strip.c
++++ b/Client/net-tools/lib/strip.c
+@@ -21,7 +21,6 @@
+ #include <sys/socket.h>
+ #include <net/if_arp.h>
+ #include <linux/types.h>
+-#include <linux/if_strip.h>
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <ctype.h>
+@@ -35,6 +34,9 @@
+ #include "util.h"
+ #include "intl.h"
+ 
++typedef struct {
++  __u8 c[6];
++} MetricomAddress;
+ 
+ extern struct hwtype strip_hwtype;
+ 
-- 

diff --git a/net/uob-nomad/patches/006-linux_if_tr_fix.patch 
b/net/uob-nomad/patches/006-linux_if_tr_fix.patch
new file mode 100644
index 0000000..778ce38
--- /dev/null
+++ b/net/uob-nomad/patches/006-linux_if_tr_fix.patch
@@ -0,0 +1,11 @@
+--- a/Client/net-tools/lib/tr.c
++++ b/Client/net-tools/lib/tr.c
+@@ -20,7 +20,7 @@
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ #include <net/if_arp.h>
+-#include <linux/if_tr.h>
++#include <netinet/if_tr.h>
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <errno.h>
-- 
1.8.1.2


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to