From acb088973b53ee2f2a743e90a298b6dbc7223f80 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Mon, 31 Oct 2011 14:58:24 +0100 Subject: pciutils: use kernel.org mirror --- rules/pciutils.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules/pciutils.make') 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) -- cgit v1.2.3