From 6e2823c1fa3c470da2a14f0f9aa985d71c9ffb90 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 17 Nov 2006 15:43:51 +0000 Subject: - add and use BR2_BZCAT config option. --- package/pciutils/pciutils.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/pciutils/pciutils.mk') diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk index 8f36b53bb..52004df6b 100644 --- a/package/pciutils/pciutils.mk +++ b/package/pciutils/pciutils.mk @@ -5,14 +5,14 @@ ############################################################# PCIUTILS_VER:=2.1.11 PCIUTILS_SOURCE:=pciutils-$(PCIUTILS_VER).tar.gz +PCIUTILS_CAT:=$(ZCAT) PCIUTILS_SITE:=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci PCIUTILS_DIR:=$(BUILD_DIR)/pciutils-$(PCIUTILS_VER) -PCIUTILS_CAT:=$(ZCAT) # Yet more targets... PCIIDS_SITE:=http://pciids.sourceforge.net/ PCIIDS_SOURCE:=pci.ids.bz2 -PCIIDS_CAT:=bzcat +PCIIDS_CAT:=$(BZCAT) $(DL_DIR)/$(PCIUTILS_SOURCE): $(WGET) -P $(DL_DIR) $(PCIUTILS_SITE)/$(PCIUTILS_SOURCE) -- cgit v1.2.3