diff options
author | Ron Yorston <rmy@pobox.com> | 2014-05-06 20:41:10 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2014-05-06 20:41:10 +0100 |
commit | d3bef66324a8ca5eed9ad7c15ead3a1cc9a9151e (patch) | |
tree | 4b364ba4b6b9e96c2629fe382fef0248d76833dd /util-linux/Config.src | |
parent | 7905d97aeece18da362a5a1e066abff2d2e5c16b (diff) | |
parent | d257608a8429b64e1a04c7cb6d99975eeb2c3955 (diff) | |
download | busybox-w32-d3bef66324a8ca5eed9ad7c15ead3a1cc9a9151e.tar.gz busybox-w32-d3bef66324a8ca5eed9ad7c15ead3a1cc9a9151e.tar.bz2 busybox-w32-d3bef66324a8ca5eed9ad7c15ead3a1cc9a9151e.zip |
Merge branch 'busybox' into merge
Conflicts:
debianutils/which.c
editors/vi.c
libbb/executable.c
Diffstat (limited to 'util-linux/Config.src')
-rw-r--r-- | util-linux/Config.src | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/util-linux/Config.src b/util-linux/Config.src index 5a8b0063b..c1cd6daa4 100644 --- a/util-linux/Config.src +++ b/util-linux/Config.src | |||
@@ -599,6 +599,15 @@ config SWAPONOFF | |||
599 | space. If you are not using any swap space, you can leave this | 599 | space. If you are not using any swap space, you can leave this |
600 | option disabled. | 600 | option disabled. |
601 | 601 | ||
602 | config FEATURE_SWAPON_DISCARD | ||
603 | bool "Support discard option -d" | ||
604 | default y | ||
605 | depends on SWAPONOFF | ||
606 | help | ||
607 | Enable support for discarding swap area blocks at swapon and/or as | ||
608 | the kernel frees them. This option enables both the -d option on | ||
609 | 'swapon' and the 'discard' option for swap entries in /etc/fstab. | ||
610 | |||
602 | config FEATURE_SWAPON_PRI | 611 | config FEATURE_SWAPON_PRI |
603 | bool "Support priority option -p" | 612 | bool "Support priority option -p" |
604 | default y | 613 | default y |