Message ID | 31813_1659684220_62ECC57C_31813_212_5_89e764dbf0f4937be712b62946582072287cd163.1659683862.git.yann.morin@orange.com |
---|---|
State | Accepted |
Headers | show |
Series | [1/3] package/lshw: allso uses hwdata' PNP IDs | expand |
>>>>> <yann.morin@orange.com> writes: > From: "Yann E. MORIN" <yann.morin@orange.com> > 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 <yann.morin@orange.com> Committed to 2022.05.x and 2022.02.x, thanks.
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