aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Kbuild.src
diff options
context:
space:
mode:
authorMalek Degachi <malek-degachi@laposte.net>2013-11-09 21:27:27 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2013-11-09 22:14:33 +0100
commit1d39e33d46f32862da2ec1c394401239515206b8 (patch)
treec90f67e5400ad40becda932e95b64eace13a092e /util-linux/Kbuild.src
parent80f8cdf04ad0e8b37c20aed883b6cbfd6636dbc3 (diff)
downloadbusybox-1d39e33d46f32862da2ec1c394401239515206b8.tar.gz
fstrim: New applet
fstrim applet is a port from util-linux. "Trimming" your NAND/eMMC storage will restore the write performance back to normal after having slow down issues on sequential write and random write due to usage over time. Good reading on subject: http://forum.xda-developers.com/showthread.php?t=1971852 (with long options and CLEAN_UP turned on) function old new delta .rodata 148494 148791 +297 fstrim_main - 283 +283 fstrim_sfx - 128 +128 packed_usage 28826 28903 +77 applet_main 2760 2768 +8 applet_names 2343 2350 +7 applet_nameofs 690 692 +2 ------------------------------------------------------------------------------ (add/remove: 3/0 grow/shrink: 5/0 up/down: 802/0) Total: 802 bytes Signed-off-by: Malek Degachi <malek-degachi@laposte.net> Cc: Eugene San (eugenesan) <eugenesan@gmail.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'util-linux/Kbuild.src')
-rw-r--r--util-linux/Kbuild.src1
1 files changed, 1 insertions, 0 deletions
diff --git a/util-linux/Kbuild.src b/util-linux/Kbuild.src
index 468fc6bc1..429cf1100 100644
--- a/util-linux/Kbuild.src
+++ b/util-linux/Kbuild.src
@@ -18,6 +18,7 @@ lib-$(CONFIG_FINDFS) += findfs.o
lib-$(CONFIG_FLOCK) += flock.o
lib-$(CONFIG_FREERAMDISK) += freeramdisk.o
lib-$(CONFIG_FSCK_MINIX) += fsck_minix.o
+lib-$(CONFIG_FSTRIM) += fstrim.o
lib-$(CONFIG_GETOPT) += getopt.o
lib-$(CONFIG_HEXDUMP) += hexdump.o
lib-$(CONFIG_HWCLOCK) += hwclock.o