2012-05-28 17:11:23 +02:00
|
|
|
config BR2_PACKAGE_LSHW
|
|
|
|
bool "lshw"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
depends on BR2_USE_WCHAR
|
2018-01-28 05:43:58 +01:00
|
|
|
select BR2_PACKAGE_HWDATA # runtime
|
|
|
|
select BR2_PACKAGE_HWDATA_PCI_IDS
|
|
|
|
select BR2_PACKAGE_HWDATA_USB_IDS
|
2012-05-28 17:11:23 +02:00
|
|
|
help
|
|
|
|
lshw (Hardware Lister) is a small tool to provide
|
2017-07-31 15:53:49 +02:00
|
|
|
detailed information on the hardware configuration of the
|
|
|
|
machine.
|
2012-05-28 17:11:23 +02:00
|
|
|
|
|
|
|
http://ezix.org/project/wiki/HardwareLiSter
|
|
|
|
|
2015-03-30 23:07:30 +02:00
|
|
|
comment "lshw needs a toolchain w/ C++, wchar"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
|