summaryrefslogtreecommitdiffstats
path: root/rules/pciutils.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-10-31 14:58:24 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-10-31 14:58:45 +0100
commitacb088973b53ee2f2a743e90a298b6dbc7223f80 (patch)
tree5593fba3dfaeefc17cdcea121d794fe8c27ee5da /rules/pciutils.make
parent810aa9bd2316d90f0153fdca1bb4f5063f17e153 (diff)
downloadptxdist-acb088973b53ee2f2a743e90a298b6dbc7223f80.tar.gz
ptxdist-acb088973b53ee2f2a743e90a298b6dbc7223f80.tar.xz
pciutils: use kernel.org mirror
Diffstat (limited to 'rules/pciutils.make')
-rw-r--r--rules/pciutils.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/pciutils.make b/rules/pciutils.make
index 26d3def3e..bdfb115af 100644
--- a/rules/pciutils.make
+++ b/rules/pciutils.make
@@ -21,7 +21,7 @@ PCIUTILS_VERSION := 3.1.2
PCIUTILS_MD5 := 46387fd7a18c33fbb5311fdb3ab9ea12
PCIUTILS := pciutils-$(PCIUTILS_VERSION)
PCIUTILS_SUFFIX := tar.bz2
-PCIUTILS_URL := http://ftp.kernel.org/pub/software/utils/pciutils/$(PCIUTILS).$(PCIUTILS_SUFFIX)
+PCIUTILS_URL := $(PTXCONF_SETUP_KERNELMIRROR)/../software/utils/pciutils/$(PCIUTILS).$(PCIUTILS_SUFFIX)
PCIUTILS_SOURCE := $(SRCDIR)/$(PCIUTILS).$(PCIUTILS_SUFFIX)
PCIUTILS_DIR := $(BUILDDIR)/$(PCIUTILS)