diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-06-19 13:45:01 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-06-19 13:45:01 +0200 |
commit | 8e5d83b6c1d91e4e61d340656338597ab1dea3f9 (patch) | |
tree | 7c086b069bd4325adf2a9759408eda9f540373e9 /util-linux | |
parent | beca96ffa7b19ceb8439a678743c8ee35bb60509 (diff) | |
download | busybox-w32-8e5d83b6c1d91e4e61d340656338597ab1dea3f9.tar.gz busybox-w32-8e5d83b6c1d91e4e61d340656338597ab1dea3f9.tar.bz2 busybox-w32-8e5d83b6c1d91e4e61d340656338597ab1dea3f9.zip |
mkswap: remove configuration for v0 support
mkswap hasn't had v0 support since commit
d893b120bae5a9bdef4cfda2df5e62867d6b1cd0; it doesn't seem to make sense
to offer it for configuration.
Signed-off-by: Colin Watson <cjwatson@ubuntu.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/Config.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index b97be8b22..559e4c17a 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in | |||
@@ -406,16 +406,6 @@ config MKSWAP | |||
406 | Once you have created swap space using 'mkswap' you need to enable | 406 | Once you have created swap space using 'mkswap' you need to enable |
407 | the swap space using the 'swapon' utility. | 407 | the swap space using the 'swapon' utility. |
408 | 408 | ||
409 | config FEATURE_MKSWAP_V0 | ||
410 | bool "Version 0 support" | ||
411 | default n | ||
412 | depends on MKSWAP | ||
413 | # depends on MKSWAP && DEPRECATED | ||
414 | help | ||
415 | Enable support for the old v0 style. | ||
416 | If your kernel is older than 2.1.117, then v0 support is the | ||
417 | only option. | ||
418 | |||
419 | config FEATURE_MKSWAP_UUID | 409 | config FEATURE_MKSWAP_UUID |
420 | bool "UUID support" | 410 | bool "UUID support" |
421 | default n | 411 | default n |