diff options
Diffstat (limited to 'package/lshw/Config.in')
-rw-r--r-- | package/lshw/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/lshw/Config.in b/package/lshw/Config.in new file mode 100644 index 000000000..4960ac978 --- /dev/null +++ b/package/lshw/Config.in @@ -0,0 +1,13 @@ +config BR2_PACKAGE_LSHW + bool "lshw" + depends on BR2_INSTALL_LIBSTDCPP + depends on BR2_LARGEFILE + depends on BR2_USE_WCHAR + help + lshw (Hardware Lister) is a small tool to provide + detailed information on the hardware configuration of the machine. + + http://ezix.org/project/wiki/HardwareLiSter + +comment "lshw requires a toolchain with C++, LARGEFILE & WCHAR support enabled" + depends on !BR2_INSTALL_LIBSTDCPP || !BR2_LARGEFILE || !BR2_USE_WCHAR |