From: Emil Muratov Date: Thu, 1 Nov 2018 18:53:43 +0000 (+0300) Subject: busybox: enable swapon/off by default to make it consistent with mkswap X-Git-Tag: v1.5.0-rc2~128 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4e1272dfbd37a06cff6ea454a563e56801a81c42;p=librecmc%2Flibrecmc.git busybox: enable swapon/off by default to make it consistent with mkswap No size increase on busybox binary. Since busybox mkswap is already enabled by default it seems reasonable to enable swapon/off too. For ex. this obsoletes installing block-mount dependency for zram-swap. Signed-off-by: Emil Muratov (cherry picked from commit afa5ce2493505dc0a0de4cefa9ccbf3a6389bdbc) --- diff --git a/package/utils/busybox/Config-defaults.in b/package/utils/busybox/Config-defaults.in index a77afdde41..8c87866b2f 100644 --- a/package/utils/busybox/Config-defaults.in +++ b/package/utils/busybox/Config-defaults.in @@ -1749,16 +1749,16 @@ config BUSYBOX_DEFAULT_SETSID default n config BUSYBOX_DEFAULT_SWAPON bool - default n + default y config BUSYBOX_DEFAULT_FEATURE_SWAPON_DISCARD bool - default n + default y config BUSYBOX_DEFAULT_FEATURE_SWAPON_PRI bool - default n + default y config BUSYBOX_DEFAULT_SWAPOFF bool - default n + default y config BUSYBOX_DEFAULT_FEATURE_SWAPONOFF_LABEL bool default n