From: <abe...@us...> - 2012-01-09 20:28:00
|
Revision: 5363 http://astlinux.svn.sourceforge.net/astlinux/?rev=5363&view=rev Author: abelbeck Date: 2012-01-09 20:27:54 +0000 (Mon, 09 Jan 2012) Log Message: ----------- ethtool, version bump to 3.1 Modified Paths: -------------- branches/1.0/package/ethtool/ethtool.mk Modified: branches/1.0/package/ethtool/ethtool.mk =================================================================== --- branches/1.0/package/ethtool/ethtool.mk 2012-01-09 17:28:39 UTC (rev 5362) +++ branches/1.0/package/ethtool/ethtool.mk 2012-01-09 20:27:54 UTC (rev 5363) @@ -4,7 +4,8 @@ # ############################################################# -ETHTOOL_VERSION = 3.0 -ETHTOOL_SITE = $(BR2_KERNEL_MIRROR)/software/network/ethtool/ +ETHTOOL_VERSION = 3.1 +ETHTOOL_SITE = http://www.kernel.org/pub/software/network/ethtool +#ETHTOOL_SITE = $(BR2_KERNEL_MIRROR)/software/network/ethtool $(eval $(call AUTOTARGETS,package,ethtool)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |