summaryrefslogtreecommitdiff
path: root/util-linux/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-05-18 23:05:34 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-05-18 23:05:34 +0000
commitee56e013cfb6304f66129afee7978b0864699419 (patch)
tree367b176fc97757fea9322871d8aaf629239e2038 /util-linux/Config.in
parent5599502a550a7f892d4b73dceb2105a6916f83e6 (diff)
downloadbusybox-w32-ee56e013cfb6304f66129afee7978b0864699419.tar.gz
busybox-w32-ee56e013cfb6304f66129afee7978b0864699419.tar.bz2
busybox-w32-ee56e013cfb6304f66129afee7978b0864699419.zip
swapon: optional -p PRIO support (by Francois Barel <frabar666 AT gmail.com>)
function old new delta swap_on_off_main 153 216 +63 packed_usage 24190 24214 +24 swap_enable_disable 127 131 +4 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/0 up/down: 91/0) Total: 91 bytes
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 c30091a7a..3b7630e6b 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -743,6 +743,13 @@ config SWAPONOFF
743 space. If you are not using any swap space, you can leave this 743 space. If you are not using any swap space, you can leave this
744 option disabled. 744 option disabled.
745 745
746config FEATURE_SWAPON_PRI
747 bool "Support option -p in swapon"
748 default n
749 depends on SWAPONOFF
750 help
751 Enable support for setting swap device priority in swapon.
752
746config SWITCH_ROOT 753config SWITCH_ROOT
747 bool "switch_root" 754 bool "switch_root"
748 default n 755 default n