aboutsummaryrefslogtreecommitdiff
path: root/utils/pciutils
Commit message (Collapse)AuthorAge
* pciutils: backport patch to fix compilation with older binutilsJosef Schlehofer2022-08-21
| | | | | | | | | | | | | | | | | | | | | While building pciutils 3.8.0 for OpenWrt 21.02 includes target mvebu/cortex-a9, mvebu/cortex-a53 and powerpc/8540, it fails because of this error: -I<turris1x/ws/build/staging_dir/toolchain-powerpc_8548_gcc-8.4.0_musl/include> -c -o filter.o filter.c {standard input}: Assembler messages: {standard input}:6: Error: multiple versions [`pci_filter_init@@LIBPCI_3.8'|`pci_filter_init@LIBPCI_3.3'] for symbol `pci_filter_init_v38' {standard input}:8: Error: multiple versions [`pci_filter_parse_slot@@LIBPCI_3.8'|`pci_filter_parse_slot@LIBPCI_3.3'] for symbol `pci_filter_parse_slot_v38' {standard input}:10: Error: multiple versions [`pci_filter_parse_id@@LIBPCI_3.8'|`pci_filter_parse_id@LIBPCI_3.3'] for symbol `pci_filter_parse_id_v38' {standard input}:12: Error: multiple versions [`pci_filter_match@@LIBPCI_3.8'|`pci_filter_match@LIBPCI_3.3'] for symbol `pci_filter_match_v38' make[4]: *** [<builtin>: filter.o] Error 1 make[4]: Leaving directory '<turris1x/ws/build/build_dir/target-powerpc_8548_musl/pciutils-3.8.0/lib'> make[3]: *** [Makefile:70: lib/libpci.so.3.8.0] Error 2 make[3]: Leaving directory '<turris1x/ws/build/build_dir/target-powerpc_8548_musl/pciutils-3.8.0'> make[2]: *** [Makefile:88: <turris1x/ws/build/build_dir/target-powerpc_8548_musl/pciutils-3.8.0/.built]> Error 2 make[2]: Leaving directory '<turris1x/ws/build/feeds/packages/utils/pciutils'> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* pciutils: update to 3.8.0Lucian Cristian2022-08-20
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* pciutils: use new pciids packageRosen Penev2020-12-29
| | | | | | Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* pciutils: update to 3.7.0Lucian Cristian2020-06-10
| | | | | | also update the pci.ids Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* pciutils: update to 3.6.4Lucian Cristian2020-01-27
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* pciutils: Use MIPS16Rosen Penev2019-12-23
| | | | | | There's no real computation going on. Slims the package slightly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* pciutils: Fix pkgconfig fileRosen Penev2019-11-27
| | | | | | It's pointing to the host. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* pciutils: Install libpci using CP instead of INSTALL_BINRosen Penev2019-06-07
| | | | | | | | INSTALL_BIN turns all of the symlinks to files, increasing size. Updated PCI IDs. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* pciutils: add support for libpciLucian Cristian2019-04-02
| | | | | | fix install dev for packages that needs LIBPCI and add me as a mantainer Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* pciutils: Update to 3.6.2Rosen Penev2019-01-19
| | | | | | | | Switched source to the same one as usbutils as it is versioned. A few other Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* pciutils: Update to 3.6.1Rosen Penev2018-07-15
| | | | | | Also updated the pci.ids Signed-off-by: Rosen Penev <rosenp@gmail.com>
* pciutils: update to v3.5.6Álvaro Fernández Rojas2017-12-31
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* pciutils: fetch pci.ids file deterministicallyPhilip Prindeville2017-09-19
| | | | | | | | | | Instead of using update-pciids from a postinst script, just download the pci.ids file from its repo the same way that usbutils grabs usb.ids. Remove the compression since we're going onto a squashfs filesystem (most likely) anyway. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* pciutils: Fix build with external toolchainsFlorian Fainelli2017-06-05
| | | | | | | | | | | | | | Passing GNU_TARGET_NAME implies that we have a 4-group triplet (e.g: arm-openwrt-unknown-linux), and this works fine with pciutils' lib/configure operating system detection. If we have an external toolchain (e.g: mipsel-linux-gnu), the configure script is all confused and ends-up picking up i386-ports, which is not valid on the target architecture. Finally, we are not passing TARGET_CPPFLAGS as we should, so let's do that correctly. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* pciutils: update to v3.5.2Álvaro Fernández Rojas2016-10-12
| | | | | | Also switches source to .xz and hash to sha256 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* pciutils: update to v3.5.1Álvaro Fernández Rojas2016-06-01
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* pciutils: remove eudev dependencyStijn Tintel2016-03-27
| | | | | | | Disable udev hwdb support instead of depending on eudev. This restores the old behavior of pciutils. It never depended on udev. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* pciutils: add missing udev dependencyÁlvaro Fernández Rojas2016-03-14
| | | | | | Fixes https://github.com/openwrt/packages/issues/2471 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* pciutils: update to 3.4.1Álvaro Fernández Rojas2016-02-27
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* pciutils: update to v3.4.0Álvaro Fernández Rojas2015-09-28
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* pciutils: update to 3.3.1Álvaro Fernández Rojas2015-04-12
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* global: change all instances of USE_EGLIBC to USE_GLIBCJohn Crispin2015-03-12
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* pciutils: fix libkmod depedencyÁlvaro Fernández Rojas2015-03-08
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* pciutils: add libkmod dependencyÁlvaro Fernández Rojas2015-03-08
| | | | | | Fixes https://github.com/openwrt/packages/issues/1003 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* libv4l/tgt/hdparm/pciutils: disable MIPS16Steven Barth2014-11-25
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* pciutils: update to 3.3.0Álvaro Fernández Rojas2014-11-25
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* pciutils: add license.Álvaro Fernández Rojas2014-07-25
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* pciutils: Import 3.2.0 from packages and update to 3.2.1.Álvaro Fernández Rojas2014-06-10