bc: convert to "G trick" - this returns bc to zero bss increase
[oweals/busybox.git] / util-linux / lspci.c
index 8b38a2366edf9604d7b2043590dd96b2db4d6496..0000fbfda456d1a556eca60d99a68fef18b988e6 100644 (file)
@@ -7,16 +7,16 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config LSPCI
-//config:      bool "lspci"
+//config:      bool "lspci (5.7 kb)"
 //config:      default y
 //config:      #select PLATFORM_LINUX
 //config:      help
-//config:        lspci is a utility for displaying information about PCI buses in the
-//config:        system and devices connected to them.
+//config:      lspci is a utility for displaying information about PCI buses in the
+//config:      system and devices connected to them.
 //config:
-//config:        This version uses sysfs (/sys/bus/pci/devices) only.
+//config:      This version uses sysfs (/sys/bus/pci/devices) only.
 
-//applet:IF_LSPCI(APPLET(lspci, BB_DIR_USR_BIN, BB_SUID_DROP))
+//applet:IF_LSPCI(APPLET_NOEXEC(lspci, lspci, BB_DIR_USR_BIN, BB_SUID_DROP, lspci))
 
 //kbuild:lib-$(CONFIG_LSPCI) += lspci.o