From: Mike Frysinger Date: Mon, 9 Jan 2006 02:46:26 +0000 (-0000) Subject: use the correct pci.id name as pointed out by kostja in Bug 629 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cf6885f1408eb3bee4abe374c6f6dcb8705cd319;p=buildroot.git use the correct pci.id name as pointed out by kostja in Bug 629 --- diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk index a33e29d588..138c4ac215 100644 --- a/package/pciutils/pciutils.mk +++ b/package/pciutils/pciutils.mk @@ -24,7 +24,7 @@ pciutils-source: $(DL_DIR)/$(PCIUTILS_SOURCE) $(DL_DIR)/$(PCIIDS_SOURCE) $(PCIUTILS_DIR)/.unpacked: $(DL_DIR)/$(PCIUTILS_SOURCE) $(DL_DIR)/$(PCIIDS_SOURCE) $(PCIUTILS_CAT) $(DL_DIR)/$(PCIUTILS_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - - $(PCIIDS_CAT) $(DL_DIR)/$(PCIIDS_SOURCE) > $(PCIUTILS_DIR)/pci.id + $(PCIIDS_CAT) $(DL_DIR)/$(PCIIDS_SOURCE) > $(PCIUTILS_DIR)/pci.ids toolchain/patch-kernel.sh $(PCIUTILS_DIR) package/pciutils pciutils\*.patch touch $(PCIUTILS_DIR)/.unpacked