aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/configure
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2008-11-01 21:03:18 -0200
committerLeandro A. F. Pereira <leandro@hardinfo.org>2008-11-01 21:03:18 -0200
commit4d990378aecf6a692b7e0c4d4a910dac900a344d (patch)
tree4875a71671906287c093c5123775a964570b01d1 /hardinfo2/configure
parentbc6264002ea1c7d6b084ece594c3fe8382c5e22b (diff)
Show kernel modules being used by PCI devices
Diffstat (limited to 'hardinfo2/configure')
-rwxr-xr-xhardinfo2/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/configure b/hardinfo2/configure
index d8113727..a5f698ce 100755
--- a/hardinfo2/configure
+++ b/hardinfo2/configure
@@ -201,7 +201,7 @@ echo -e "#ifndef __CONFIG_H__\n#define __CONFIG_H__\n" > config.h
echo "#define VERSION \"$VERSION\"" >> config.h
-echo "#define LSPCI \"$LSPCI -v\"" >> config.h
+echo "#define LSPCI \"$LSPCI -vk\"" >> config.h
echo "#define $ARCH" >> config.h
echo "#define ARCH \"$ARCH\"" >> config.h