summaryrefslogtreecommitdiffstats
path: root/rules/pciutils.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-04-13 17:49:31 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-04-14 11:10:36 +0200
commit1cb6ff8288804162b215ee5f493790584be80bf2 (patch)
tree20401c1040b6ed19ebdb3ed5483251e9204c4747 /rules/pciutils.make
parent97031ebbb535f6d4da2bb8e4d4af91b16994db0d (diff)
downloadptxdist-1cb6ff8288804162b215ee5f493790584be80bf2.tar.gz
ptxdist-1cb6ff8288804162b215ee5f493790584be80bf2.tar.xz
pciutils: the ids a not compressed, when compression is disabled
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/pciutils.make')
-rw-r--r--rules/pciutils.make2
1 files changed, 0 insertions, 2 deletions
diff --git a/rules/pciutils.make b/rules/pciutils.make
index 334285224..1490a53b3 100644
--- a/rules/pciutils.make
+++ b/rules/pciutils.make
@@ -70,8 +70,6 @@ ifdef PTXCONF_PCIUTILS_COMPRESS
@$(call install_copy, pciutils, 0, 0, 0644, -, \
/usr/share/pci.ids.gz, n)
else
- @gunzip -c $(PCIUTILS_PKGDIR)/usr/share/pci.ids.gz > \
- $(PCIUTILS_PKGDIR)/usr/share/pci.ids
@$(call install_copy, pciutils, 0, 0, 0644, -, \
/usr/share/pci.ids, n)
endif