mkdosfs (aka mkfs.vfat): new applet by Vladimir
text data bss dec hex filename 821202 476 7616 829294 ca76e busybox_old 823577 476 7616 831669 cb0b5 busybox_unstripped
This commit is contained in:
@ -23,6 +23,7 @@ lib-$(CONFIG_IPCS) += ipcs.o
|
||||
lib-$(CONFIG_LOSETUP) += losetup.o
|
||||
lib-$(CONFIG_MDEV) += mdev.o
|
||||
lib-$(CONFIG_MKFS_MINIX) += mkfs_minix.o
|
||||
lib-$(CONFIG_MKFS_VFAT) += mkfs_vfat.o
|
||||
lib-$(CONFIG_MKSWAP) += mkswap.o
|
||||
lib-$(CONFIG_MORE) += more.o
|
||||
lib-$(CONFIG_MOUNT) += mount.o
|
||||
|
Reference in New Issue
Block a user