bc: convert to "G trick" - this returns bc to zero bss increase
[oweals/busybox.git] / util-linux / blkid.c
index b6f33b5138f44c1a6b7477fe2e0019bf32e0325a..a56b69661b5e7e3a736e9a2436ad30ff10475aca 100644 (file)
@@ -7,23 +7,21 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 //config:config BLKID
-//config:      bool "blkid"
+//config:      bool "blkid (11 kb)"
 //config:      default y
 //config:      select PLATFORM_LINUX
 //config:      select VOLUMEID
 //config:      help
-//config:        Lists labels and UUIDs of all filesystems.
-//config:        WARNING:
-//config:        With all submodules selected, it will add ~8k to busybox.
+//config:      Lists labels and UUIDs of all filesystems.
 //config:
 //config:config FEATURE_BLKID_TYPE
 //config:      bool "Print filesystem type"
-//config:      default n
+//config:      default y
 //config:      depends on BLKID
 //config:      help
-//config:        Show TYPE="filesystem type"
+//config:      Show TYPE="filesystem type"
 
-//applet:IF_BLKID(APPLET(blkid, BB_DIR_SBIN, BB_SUID_DROP))
+//applet:IF_BLKID(APPLET_NOEXEC(blkid, blkid, BB_DIR_SBIN, BB_SUID_DROP, blkid))
 
 //kbuild:lib-$(CONFIG_BLKID) += blkid.o