Files
openwrt_archive/net/uob-nomad/patches/005-linux_if_strip_fix.patch
Gabor Juhos f7925458b6 packages: uob-nomad: fix compilation
fix compilation

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

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 38476
2013-10-20 15:58:22 +00:00

21 lines
404 B
Diff

--- 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;