Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2022-11-29 16:14:06 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2022-11-29 16:14:06 +0300
commit99476502f926fb6e5d61126c3b672f3f6f357d5d (patch)
treed8887c28536e559ed62c57f808f3407e439cf299 /util-linux/swaponoff.c
parent77216c368f3ae65c3a9fc504d28d3fadd46d6d8d (diff)
Remove "select PLATFORM_LINUX"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/swaponoff.c')
-rw-r--r--util-linux/swaponoff.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c
index 567869cc7..e2ff4b5cc 100644
--- a/util-linux/swaponoff.c
+++ b/util-linux/swaponoff.c
@@ -9,7 +9,6 @@
//config:config SWAPON
//config: bool "swapon (15 kb)"
//config: default y
-//config: select PLATFORM_LINUX
//config: help
//config: Once you have created some swap space using 'mkswap', you also need
//config: to enable your swap space with the 'swapon' utility. The 'swapoff'
@@ -36,7 +35,6 @@
//config:config SWAPOFF
//config: bool "swapoff (14 kb)"
//config: default y
-//config: select PLATFORM_LINUX
//config:
//config:config FEATURE_SWAPONOFF_LABEL
//config: bool "Support specifying devices by label or UUID"