summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-10-01 01:40:43 -0400
committerMike Frysinger <vapier@gentoo.org>2012-10-01 01:40:47 -0400
commit70f48182fd0e17258bfd018525c07611bdafd66b (patch)
treec4d591fe383295dd0680b47de6977caac79e47d5
parent8a77011c10b05815f7d7cb903b2ff05d2552d644 (diff)
downloadnet-tools-70f48182fd0e17258bfd018525c07611bdafd66b.tar.gz
net-tools-70f48182fd0e17258bfd018525c07611bdafd66b.tar.bz2
net-tools-70f48182fd0e17258bfd018525c07611bdafd66b.zip
disable old features by default
These features have been removed in recent kernels (and no longer provide the headers so we can't compile against them), so disable by default. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r--config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.in b/config.in
index 5bb5b0f..86f1155 100644
--- a/config.in
+++ b/config.in
@@ -69,8 +69,8 @@ bool 'ARCnet support' HAVE_HWARC y
bool 'SLIP (serial line) support' HAVE_HWSLIP y
bool 'PPP (serial line) support' HAVE_HWPPP y
bool 'IPIP Tunnel support' HAVE_HWTUNNEL y
-bool 'STRIP (Metricom radio) support' HAVE_HWSTRIP y
-bool 'Token ring (generic) support' HAVE_HWTR y
+bool 'STRIP (Metricom radio) support' HAVE_HWSTRIP n
+bool 'Token ring (generic) support' HAVE_HWTR n
bool 'AX25 (packet radio) support' HAVE_HWAX25 y
bool 'Rose (packet radio) support' HAVE_HWROSE y
bool 'NET/ROM (packet radio) support' HAVE_HWNETROM y