package/lshw: allso uses hwdata' PNP IDs
Commit 29bccabdeb
(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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
5fef2f2669
commit
c6241bc2ca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user