From b9818923d4925b52e6c939f5d40a17a0fbe26ade Mon Sep 17 00:00:00 2001 From: acoul Date: Sat, 21 Aug 2010 14:43:28 +0000 Subject: [PATCH] net/ethtool: update to ethtool-2.6.35 git-svn-id: svn://svn.openwrt.org/openwrt/packages@22746 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/ethtool/Makefile | 4 ++-- .../patches/01-ixp4xx_ethtool_autotools.patch | 23 +++++++++---------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/net/ethtool/Makefile b/net/ethtool/Makefile index c3bef426b..ad936cfda 100644 --- a/net/ethtool/Makefile +++ b/net/ethtool/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ethtool -PKG_VERSION:=2.6.34 +PKG_VERSION:=2.6.35 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/gkernel -PKG_MD5SUM:=d3da60d661930147dd08a5e772c970e6 +PKG_MD5SUM:=e0f617779a58b77af061a9e5178d0b25 PKG_INSTALL:=1 diff --git a/net/ethtool/patches/01-ixp4xx_ethtool_autotools.patch b/net/ethtool/patches/01-ixp4xx_ethtool_autotools.patch index 21a33de9f..0592054cd 100644 --- a/net/ethtool/patches/01-ixp4xx_ethtool_autotools.patch +++ b/net/ethtool/patches/01-ixp4xx_ethtool_autotools.patch @@ -4,33 +4,32 @@ amd8111e.c de2104x.c e100.c e1000.c igb.c \ fec_8xx.c ibm_emac.c ixgb.c ixgbe.c natsemi.c \ pcnet32.c realtek.c tg3.c marvell.c vioc.c \ -- smsc911x.c at76c50x-usb.c -+ smsc911x.c at76c50x-usb.c ixp4xx.c +- smsc911x.c at76c50x-usb.c sfc.c ++ smsc911x.c at76c50x-usb.c sfc.c ixp4xx.c dist-hook: cp $(top_srcdir)/ethtool.spec $(distdir) --- a/Makefile.in +++ b/Makefile.in -@@ -55,7 +55,8 @@ am_ethtool_OBJECTS = ethtool.$(OBJEXT) a - fec_8xx.$(OBJEXT) ibm_emac.$(OBJEXT) ixgb.$(OBJEXT) \ +@@ -56,7 +56,7 @@ am_ethtool_OBJECTS = ethtool.$(OBJEXT) a ixgbe.$(OBJEXT) natsemi.$(OBJEXT) pcnet32.$(OBJEXT) \ realtek.$(OBJEXT) tg3.$(OBJEXT) marvell.$(OBJEXT) \ -- vioc.$(OBJEXT) smsc911x.$(OBJEXT) at76c50x-usb.$(OBJEXT) -+ vioc.$(OBJEXT) smsc911x.$(OBJEXT) at76c50x-usb.$(OBJEXT) \ -+ ixp4xx.$(OBJEXT) + vioc.$(OBJEXT) smsc911x.$(OBJEXT) at76c50x-usb.$(OBJEXT) \ +- sfc.$(OBJEXT) ++ sfc.$(OBJEXT) ixp4xx.$(OBJEXT) ethtool_OBJECTS = $(am_ethtool_OBJECTS) ethtool_LDADD = $(LDADD) DEFAULT_INCLUDES = -I.@am__isrc@ -@@ -198,7 +199,7 @@ ethtool_SOURCES = ethtool.c ethtool-copy +@@ -199,7 +199,7 @@ ethtool_SOURCES = ethtool.c ethtool-copy amd8111e.c de2104x.c e100.c e1000.c igb.c \ fec_8xx.c ibm_emac.c ixgb.c ixgbe.c natsemi.c \ pcnet32.c realtek.c tg3.c marvell.c vioc.c \ -- smsc911x.c at76c50x-usb.c -+ smsc911x.c at76c50x-usb.c ixp4xx.c +- smsc911x.c at76c50x-usb.c sfc.c ++ smsc911x.c at76c50x-usb.c sfc.c ixp4xx.c all: ethtool-config.h $(MAKE) $(AM_MAKEFLAGS) all-am -@@ -316,6 +317,7 @@ distclean-compile: +@@ -317,6 +317,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/igb.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ixgb.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ixgbe.Po@am__quote@ @@ -52,7 +51,7 @@ +++ /dev/null @@ -1,42 +0,0 @@ -Name : ethtool --Version : 2.6.34 +-Version : 2.6.35 -Release : 1 -Group : Utilities -