]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/lshw/Config.in
3caac66c72cf661b2cc665b209ddf6935c6ff888
[coffee/buildroot.git] / package / lshw / Config.in
1 config BR2_PACKAGE_LSHW
2         bool "lshw"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_USE_WCHAR
5         help
6           lshw (Hardware Lister) is a small tool to provide
7           detailed information on the hardware configuration of the
8           machine.
9
10           http://ezix.org/project/wiki/HardwareLiSter
11
12 comment "lshw needs a toolchain w/ C++, wchar"
13         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR