aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Config.in
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-06-19 13:14:48 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-06-19 13:14:48 +0200
commitbeca96ffa7b19ceb8439a678743c8ee35bb60509 (patch)
tree85adbf00832f9e9b0275dc250fa923e691a81754 /util-linux/Config.in
parentf3b92d385695aecefd93d5f199be1f64270c2687 (diff)
downloadbusybox-w32-beca96ffa7b19ceb8439a678743c8ee35bb60509.tar.gz
busybox-w32-beca96ffa7b19ceb8439a678743c8ee35bb60509.tar.bz2
busybox-w32-beca96ffa7b19ceb8439a678743c8ee35bb60509.zip
mkswap: separate UUID feature
Signed-off-by: Colin Watson <cjwatson@ubuntu.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r--util-linux/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in
index bfd51bc7b..b97be8b22 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -416,6 +416,13 @@ config FEATURE_MKSWAP_V0
416 If your kernel is older than 2.1.117, then v0 support is the 416 If your kernel is older than 2.1.117, then v0 support is the
417 only option. 417 only option.
418 418
419config FEATURE_MKSWAP_UUID
420 bool "UUID support"
421 default n
422 depends on MKSWAP
423 help
424 Generate swap spaces with universally unique identifiers.
425
419config MORE 426config MORE
420 bool "more" 427 bool "more"
421 default n 428 default n