From 11eb687e572f1a799753d202b97b0ba6846f5e88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sat, 5 Jan 2013 21:50:59 +0000 Subject: [PATCH] Fixing nettools with headers >=3.6 (no more strip) I remove the strip (Metricom radio) support --- pkgs/os-specific/linux/net-tools/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/net-tools/config.h b/pkgs/os-specific/linux/net-tools/config.h index 860233ae684a..dedaac6247d0 100644 --- a/pkgs/os-specific/linux/net-tools/config.h +++ b/pkgs/os-specific/linux/net-tools/config.h @@ -50,7 +50,7 @@ #define HAVE_HWSLIP 1 #define HAVE_HWPPP 1 #define HAVE_HWTUNNEL 1 -#define HAVE_HWSTRIP 1 +#define HAVE_HWSTRIP 0 #define HAVE_HWTR 0 #define HAVE_HWAX25 0 #define HAVE_HWROSE 0