diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-05-28 15:11:23 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-06-16 22:40:15 +0200 |
commit | c75e768d7945d0b760e176ee9d2cc93796078870 (patch) | |
tree | fea0f556f6e6c58ea725c0b6095d148f5e2ea709 /package/lshw/Config.in | |
parent | 0e41f5628b98f9827236a8499e45aefd40282623 (diff) | |
download | buildroot-novena-c75e768d7945d0b760e176ee9d2cc93796078870.tar.gz buildroot-novena-c75e768d7945d0b760e176ee9d2cc93796078870.zip |
lshw: new package
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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 |