summaryrefslogtreecommitdiffstats
path: root/rules/lshw.in
diff options
context:
space:
mode:
authorRemy Bohmer <linux@bohmer.net>2010-06-03 23:56:08 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-06-04 13:54:21 +0200
commit2b08f4df781a6fd18ff3759b8752cd3da802c222 (patch)
treefe1999e1b364d6ccd959caa89cd6cb8c42f0c86d /rules/lshw.in
parent0847e8b70f2de0dc71211e4f2f134a26934772aa (diff)
downloadptxdist-2b08f4df781a6fd18ff3759b8752cd3da802c222.tar.gz
ptxdist-2b08f4df781a6fd18ff3759b8752cd3da802c222.tar.xz
[lshw] add new packet
Adds the Hardware Lister package to ptxdist A patch is added for the package to make the xml output compatibility with a xml-parser using tinyxpath. Signed-off-by: Bart vdr. Meulen <bartvdrmeulen@gmail.com> Signed-off-by: Remy Bohmer <linux@bohmer.net> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/lshw.in')
-rw-r--r--rules/lshw.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/rules/lshw.in b/rules/lshw.in
new file mode 100644
index 000000000..bdfe9683f
--- /dev/null
+++ b/rules/lshw.in
@@ -0,0 +1,21 @@
+## SECTION=shell_and_console
+
+menuconfig LSHW
+ tristate
+ prompt "lshw "
+ select GTK if LSHW_GUI
+ help
+ lshw (Hardware Lister) is a small tool to provide detailed information
+ on the hardware configuration of the machine. It can report exact
+ memory configuration, firmware version, mainboard configuration, CPU
+ version and speed, cache configuration, bus speed, etc.
+
+if LSHW
+
+config LSHW_GUI
+ bool
+ default n
+ prompt "install GUI"
+
+endif
+