|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
#############################################################
|
|
|
|
|
|
-PCIUTILS_VERSION = 3.1.7
|
|
|
+PCIUTILS_VERSION = 3.1.8
|
|
|
PCIUTILS_SITE = ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci
|
|
|
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
|
|
PCIUTILS_ZLIB=yes
|
|
@@ -15,6 +15,11 @@ endif
|
|
|
PCIUTILS_DNS=no
|
|
|
PCIUTILS_SHARED=yes
|
|
|
|
|
|
+# Build after busybox since it's got a lightweight lspci
|
|
|
+ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
|
|
+ PCIUTILS_DEPENDENCIES += busybox
|
|
|
+endif
|
|
|
+
|
|
|
define PCIUTILS_CONFIGURE_CMDS
|
|
|
$(SED) 's/wget --no-timestamping/wget/' $(PCIUTILS_DIR)/update-pciids.sh
|
|
|
$(SED) 's/uname -s/echo Linux/' \
|