summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Melki <christian.melki@t2data.com>2022-01-08 19:45:18 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-01-14 13:59:43 +0100
commit254ffcab110e6d4cc1c57c17410f39f7b47ad403 (patch)
tree7e6e65782d0a092683e04800880b8f4f7f83b7be
parent53e9381ce822a38cd30c7353db72e9a4f88a0d12 (diff)
downloadptxdist-254ffcab110e6d4cc1c57c17410f39f7b47ad403.tar.gz
ptxdist-254ffcab110e6d4cc1c57c17410f39f7b47ad403.tar.xz
udev: Update to accomodate for hwdata package.
There are packages that can't read compressed .ids files. So don't really expect it to ever be compressed. Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20220108184518.3774572-8-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/udev.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/udev.make b/rules/udev.make
index 9cb359017..e4760a60a 100644
--- a/rules/udev.make
+++ b/rules/udev.make
@@ -56,7 +56,7 @@ UDEV_LEGACY_CONF_OPT := \
--disable-floppy \
--without-selinux \
--with-usb-ids-path=/usr/share/usb.ids \
- --with-pci-ids-path=/usr/share/pci.ids$(call ptx/ifdef, PTXCONF_PCIUTILS_COMPRESS,.gz,)
+ --with-pci-ids-path=/usr/share/pci.ids
UDEV_LEGACY_RULES-y := \
50-udev-default.rules \