[Buildroot] svn commit: trunk/buildroot/package/ethtool

jacmet at uclibc.org jacmet at uclibc.org
Wed Aug 1 09:53:02 UTC 2007


Author: jacmet
Date: 2007-08-01 02:53:01 -0700 (Wed, 01 Aug 2007)
New Revision: 19385

Log:
Bumped version

Modified:
   trunk/buildroot/package/ethtool/ethtool.mk


Changeset:
Modified: trunk/buildroot/package/ethtool/ethtool.mk
===================================================================
--- trunk/buildroot/package/ethtool/ethtool.mk	2007-08-01 09:06:04 UTC (rev 19384)
+++ trunk/buildroot/package/ethtool/ethtool.mk	2007-08-01 09:53:01 UTC (rev 19385)
@@ -4,10 +4,10 @@
 #
 #############################################################
 
-ETHTOOL_VERSION=3
-ETHTOOL_SOURCE=ethtool-$(ETHTOOL_VERSION).tar.gz
-ETHTOOL_SITE=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/gkernel/
-ETHTOOL_DIR=$(BUILD_DIR)/ethtool-$(ETHTOOL_VERSION)
+ETHTOOL_VERSION:=6
+ETHTOOL_SOURCE:=ethtool-$(ETHTOOL_VERSION).tar.gz
+ETHTOOL_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/gkernel/
+ETHTOOL_DIR:=$(BUILD_DIR)/ethtool-$(ETHTOOL_VERSION)
 ETHTOOL_CAT:=$(ZCAT)
 
 $(DL_DIR)/$(ETHTOOL_SOURCE):




More information about the buildroot mailing list