From c6241bc2ca335a405f1ccf387d5d77ad141277a2 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Fri, 5 Aug 2022 09:23:36 +0200 Subject: [PATCH] package/lshw: allso uses hwdata' PNP IDs Commit 29bccabdebff (lshw: use data files provided by hwdata) removed the hardware info DBs installed by lshw, in favour of those provided by hwdata, as the former are way out-dated while the latter are more up-to-date. However, it forgot to also select the PNP ID database, to replace the one lshw would install. Signed-off-by: Yann E. MORIN Signed-off-by: Thomas Petazzoni --- package/lshw/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/lshw/Config.in b/package/lshw/Config.in index 5e0e47b6e2..fb557aacff 100644 --- a/package/lshw/Config.in +++ b/package/lshw/Config.in @@ -4,6 +4,7 @@ config BR2_PACKAGE_LSHW depends on BR2_USE_WCHAR select BR2_PACKAGE_HWDATA # runtime select BR2_PACKAGE_HWDATA_PCI_IDS + select BR2_PACKAGE_HWDATA_PNP_IDS select BR2_PACKAGE_HWDATA_USB_IDS help lshw (Hardware Lister) is a small tool to provide