diff options
author | Denys Vlasenko | 2013-11-12 12:09:14 +0100 |
---|---|---|
committer | Denys Vlasenko | 2013-11-12 12:09:14 +0100 |
commit | cd0936be361ad2566200479d66fc1e5671182b73 (patch) | |
tree | ea80e1bd884cd37cfd38ef251802f16cf9d8d75d /util-linux/Config.src | |
parent | d3092c99ae90f2be2e1f990eab15921ea26652fd (diff) | |
download | busybox-cd0936be361ad2566200479d66fc1e5671182b73.zip busybox-cd0936be361ad2566200479d66fc1e5671182b73.tar.gz |
fstrim: use new-style config/kbuild/applet snippets; trim help text
function old new delta
packed_usage 29546 29520 -26
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/Config.src')
-rw-r--r-- | util-linux/Config.src | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/util-linux/Config.src b/util-linux/Config.src index ef70397..5a8b006 100644 --- a/util-linux/Config.src +++ b/util-linux/Config.src @@ -246,13 +246,6 @@ config FSCK_MINIX check for and attempt to repair any corruption that occurs to a minix filesystem. -config FSTRIM - bool "fstrim" - default y - select PLATFORM_LINUX - help - Discard unused blocks on a mounted filesystem. - config MKFS_EXT2 bool "mkfs_ext2" default y |