summaryrefslogtreecommitdiffstats
path: root/rules/ethtool.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-10-31 14:58:23 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-10-31 14:58:44 +0100
commitfc426078ebe87553af5af0b7b8a56f5eb1f04c71 (patch)
treef3d7d28ce29448ac449ffdee4f229a2b1072f4a1 /rules/ethtool.make
parentc326926e3b385f6c600b317649ffc10498093b37 (diff)
downloadptxdist-fc426078ebe87553af5af0b7b8a56f5eb1f04c71.tar.gz
ptxdist-fc426078ebe87553af5af0b7b8a56f5eb1f04c71.tar.xz
ethtool: use kernel.org mirror
Diffstat (limited to 'rules/ethtool.make')
-rw-r--r--rules/ethtool.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/ethtool.make b/rules/ethtool.make
index d6da4bce3..fcb56e402 100644
--- a/rules/ethtool.make
+++ b/rules/ethtool.make
@@ -21,7 +21,7 @@ ETHTOOL_VERSION := 3.0
ETHTOOL_MD5 := cb129398cbbf39859901b55ecac101da
ETHTOOL_SUFFIX := tar.bz2
ETHTOOL := ethtool-$(ETHTOOL_VERSION)
-ETHTOOL_URL := http://www.kernel.org/pub/software/network/ethtool/$(ETHTOOL).$(ETHTOOL_SUFFIX)
+ETHTOOL_URL := $(PTXCONF_SETUP_KERNELMIRROR)/../software/network/ethtool/$(ETHTOOL).$(ETHTOOL_SUFFIX)
ETHTOOL_SOURCE := $(SRCDIR)/$(ETHTOOL).$(ETHTOOL_SUFFIX)
ETHTOOL_DIR := $(BUILDDIR)/$(ETHTOOL)