mirror of
https://github.com/openwrt/packages.git
synced 2026-01-09 19:31:21 +00:00
pciutils: Import 3.2.0 from packages and update to 3.2.1.
This commit is contained in:
11
utils/pciutils/patches/103-relative-path-ids.patch
Normal file
11
utils/pciutils/patches/103-relative-path-ids.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -85,7 +85,7 @@ lspci: LDLIBS+=$(LIBKMOD_LIBS)
|
||||
ls-kernel.o: CFLAGS+=$(LIBKMOD_CFLAGS)
|
||||
|
||||
update-pciids: update-pciids.sh
|
||||
- sed <$< >$@ "s@^DEST=.*@DEST=$(IDSDIR)/$(PCI_IDS)@;s@^PCI_COMPRESSED_IDS=.*@PCI_COMPRESSED_IDS=$(PCI_COMPRESSED_IDS)@"
|
||||
+ sed <$< >$@ "s@^PCI_COMPRESSED_IDS=.*@PCI_COMPRESSED_IDS=$(PCI_COMPRESSED_IDS)@"
|
||||
chmod +x $@
|
||||
|
||||
# The example of use of libpci
|
||||
Reference in New Issue
Block a user