busybox: enable swapon/off by default to make it consistent with mkswap
authorEmil Muratov <gpm@hotplug.ru>
Thu, 1 Nov 2018 18:53:43 +0000 (21:53 +0300)
committerJo-Philipp Wich <jo@mein.io>
Wed, 4 Sep 2019 11:24:37 +0000 (13:24 +0200)
  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 <gpm@hotplug.ru>
(cherry picked from commit afa5ce2493505dc0a0de4cefa9ccbf3a6389bdbc)

package/utils/busybox/Config-defaults.in

index aa2f70e499056cc611fd59a0ca702bdcd47bde6c..c715e4b993fa2002e6dcc8d7cfd7585e0a3dceba 100644 (file)
@@ -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