# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/pciutils/no-ids.patch # Copyright (C) 2023 - 2024 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License version 2 as used by the T2 SDE. # --- T2-COPYRIGHT-NOTE-END --- Nowadays we use the hwdata supplied ids. --- pciutils-3.12.0/Makefile.vanilla 2024-07-24 13:48:50.433954286 +0200 +++ pciutils-3.12.0/Makefile 2024-07-24 13:50:14.945946143 +0200 @@ -167,9 +167,9 @@ $(INSTALL) -c -m 755 $(STRIP) pcilmr$(EXEEXT) $(DESTDIR)$(SBINDIR) $(INSTALL) -c -m 755 update-pciids $(DESTDIR)$(SBINDIR) ifneq ($(IDSDIR),) - $(INSTALL) -c -m 644 $(PCI_IDS) $(DESTDIR)$(IDSDIR) + #$(INSTALL) -c -m 644 $(PCI_IDS) $(DESTDIR)$(IDSDIR) else - $(INSTALL) -c -m 644 $(PCI_IDS) $(DESTDIR)$(SBINDIR) + #$(INSTALL) -c -m 644 $(PCI_IDS) $(DESTDIR)$(SBINDIR) endif $(INSTALL) -c -m 644 lspci.8 setpci.8 pcilmr.8 update-pciids.8 $(DESTDIR)$(MANDIR)/man8 $(INSTALL) -c -m 644 pcilib.7 $(DESTDIR)$(MANDIR)/man7