bc: convert to "G trick" - this returns bc to zero bss increase
[oweals/busybox.git] / util-linux / blkid.c
index f353cf248453da2c3553ace4d95450d45d67be91..a56b69661b5e7e3a736e9a2436ad30ff10475aca 100644 (file)
 //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:
 //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"
 
-//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