compile without Token ring support (http://lwn.net/Articles/497397/)

This commit is contained in:
Jiri Popelka 2012-06-20 09:40:55 +02:00
parent fe6b2b4d87
commit 5e8b5ca6a5
3 changed files with 6 additions and 3 deletions

View File

@ -51,7 +51,7 @@
#define HAVE_HWPPP 1
#define HAVE_HWTUNNEL 1
#define HAVE_HWSTRIP 1
#define HAVE_HWTR 1
#define HAVE_HWTR 0
#define HAVE_HWAX25 1
#define HAVE_HWROSE 1
#define HAVE_HWNETROM 1

View File

@ -18,7 +18,7 @@ HAVE_HWSLIP=1
HAVE_HWPPP=1
HAVE_HWTUNNEL=1
HAVE_HWSTRIP=1
HAVE_HWTR=1
HAVE_HWTR=0
HAVE_HWAX25=1
HAVE_HWROSE=1
HAVE_HWNETROM=1

View File

@ -3,7 +3,7 @@
Summary: Basic networking tools
Name: net-tools
Version: 1.60
Release: 136.%{checkout}%{?dist}
Release: 137.%{checkout}%{?dist}
License: GPL+
Group: System Environment/Base
URL: http://net-tools.sourceforge.net
@ -160,6 +160,9 @@ fi
%attr(0644,root,root) %{_unitdir}/arp-ethers.service
%changelog
* Wed Jun 20 2012 Jiri Popelka <jpopelka@redhat.com> - 1.60-137.20120509git
- compile without Token ring support (http://lwn.net/Articles/497397/)
* Tue Jun 19 2012 Jiri Popelka <jpopelka@redhat.com> - 1.60-136.20120509git
- better SCTP support (#826676)