From c75e768d7945d0b760e176ee9d2cc93796078870 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 28 May 2012 15:11:23 +0000 Subject: lshw: new package Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/lshw/Config.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/lshw/Config.in (limited to 'package/lshw/Config.in') 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 -- cgit v1.2.3