From 3945bc15340dc9cfa8aae0164f3baf94db6d40c3 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 22 Oct 2009 00:55:55 +0200 Subject: tune2fs: new applet by Vladimir. Only supports -L LABEL function old new delta tune2fs_main - 165 +165 packed_usage 26692 26702 +10 applet_names 2148 2156 +8 applet_main 1264 1268 +4 applet_nameofs 632 634 +2 applet_install_loc 158 159 +1 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 5/0 up/down: 190/0) Total: 190 bytes Signed-off-by: Denys Vlasenko --- util-linux/Kbuild | 1 + 1 file changed, 1 insertion(+) (limited to 'util-linux/Kbuild') diff --git a/util-linux/Kbuild b/util-linux/Kbuild index 7befe0678..dc1d1f21d 100644 --- a/util-linux/Kbuild +++ b/util-linux/Kbuild @@ -38,4 +38,5 @@ lib-$(CONFIG_SCRIPTREPLAY) += scriptreplay.o lib-$(CONFIG_SETARCH) += setarch.o lib-$(CONFIG_SWAPONOFF) += swaponoff.o lib-$(CONFIG_SWITCH_ROOT) += switch_root.o +lib-$(CONFIG_MKFS_EXT2) += tune2fs.o lib-$(CONFIG_UMOUNT) += umount.o -- cgit v1.2.3