Browse Source

ethtool: bump version, use new upstream location

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 14 years ago
parent
commit
851c9b56e8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package/ethtool/ethtool.mk

+ 2 - 2
package/ethtool/ethtool.mk

@@ -4,7 +4,7 @@
 #
 #############################################################
 
-ETHTOOL_VERSION = 2.6.35
-ETHTOOL_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/gkernel/
+ETHTOOL_VERSION = 2.6.38
+ETHTOOL_SITE = $(BR2_KERNEL_MIRROR)/software/network/ethtool/
 
 $(eval $(call AUTOTARGETS,package,ethtool))