This patch fixes an issue where installation of pciutils fails if pci IDs cannot be downloaded (e.g. when there isn't any internet access)
Signed-off-by: Vasilis Tsiligiannis <b_tsiligian...@silverton.gr> --- diff --git a/packages/utils/pciutils/Makefile b/packages/utils/pciutils/Makefile index 37c7aae..8cba973 100644 --- a/packages/utils/pciutils/Makefile +++ b/packages/utils/pciutils/Makefile @@ -33,6 +33,7 @@ endef define Package/pciutils/postinst #!/bin/sh $${IPKG_INSTROOT}/usr/sbin/update-pciids.sh +exit 0 endef MAKE_FLAGS += \ _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel