Rosen Penev
8e8f6cb726
pciutils: use new pciids package
Refreshed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Lucian Cristian
b3d676babd
pciutils: update to 3.7.0
also update the pci.ids
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
4 years ago
Lucian Cristian
d3e497bae6
pciutils: update to 3.6.4
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
5 years ago
Rosen Penev
662d0d8a8f
pciutils: Use MIPS16
There's no real computation going on. Slims the package slightly.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
5256c104e8
pciutils: Fix pkgconfig file
It's pointing to the host.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
c005595e09
pciutils: Install libpci using CP instead of INSTALL_BIN
INSTALL_BIN turns all of the symlinks to files, increasing size.
Updated PCI IDs.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Lucian Cristian
6b2b2b0715
pciutils: add support for libpci
fix install dev for packages that needs LIBPCI
and add me as a mantainer
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
6 years ago
Rosen Penev
119851b14e
pciutils: Update to 3.6.2
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>
6 years ago
Rosen Penev
1e46108521
pciutils: Update to 3.6.1
Also updated the pci.ids
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Álvaro Fernández Rojas
4921c4a21e
pciutils: update to v3.5.6
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
7 years ago
Philip Prindeville
ceb65a62bc
pciutils: fetch pci.ids file deterministically
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>
7 years ago
Etienne Champetier
4006865ae8
treewide: run "make check FIXUP=1"
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>
7 years ago
Florian Fainelli
3ffd13fbd2
pciutils: Fix build with external toolchains
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>
8 years ago
Álvaro Fernández Rojas
9bea699e89
pciutils: update to v3.5.2
Also switches source to .xz and hash to sha256
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
8 years ago
Álvaro Fernández Rojas
5ce0c7a917
pciutils: update to v3.5.1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
9 years ago
Stijn Tintel
7ea7af5125
pciutils: remove eudev dependency
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>
9 years ago
Álvaro Fernández Rojas
9afd29558a
pciutils: add missing udev dependency
Fixes https://github.com/openwrt/packages/issues/2471
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
9 years ago
Álvaro Fernández Rojas
c956b7dbb9
pciutils: update to 3.4.1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
9 years ago
Álvaro Fernández Rojas
a4a2963af8
pciutils: update to v3.4.0
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
9 years ago
Álvaro Fernández Rojas
5df81725c2
pciutils: update to 3.3.1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
John Crispin
98be2ca3e0
global: change all instances of USE_EGLIBC to USE_GLIBC
Signed-off-by: John Crispin <blogic@openwrt.org>
10 years ago
Álvaro Fernández Rojas
64fbed7b84
pciutils: fix libkmod depedency
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Álvaro Fernández Rojas
2ac8acaffd
pciutils: add libkmod dependency
Fixes https://github.com/openwrt/packages/issues/1003
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Steven Barth
9f7ec5c8d7
libv4l/tgt/hdparm/pciutils: disable MIPS16
Signed-off-by: Steven Barth <steven@midlink.org>
10 years ago
Álvaro Fernández Rojas
ee24bbfeb4
pciutils: update to 3.3.0
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Álvaro Fernández Rojas
2e8abd4121
pciutils: add license.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Álvaro Fernández Rojas
67c1ac973d
pciutils: Import 3.2.0 from packages and update to 3.2.1.
11 years ago