Browse Source

busybox: disable swaponoff, fails on bfin

Waldemar Brodkorb 4 years ago
parent
commit
95c5741154
1 changed files with 3 additions and 3 deletions
  1. 3 3
      package/busybox/config/util-linux/Config.in

+ 3 - 3
package/busybox/config/util-linux/Config.in

@@ -517,7 +517,7 @@ config BUSYBOX_MKFS_VFAT
 	Alias to "mkdosfs".
 	Alias to "mkdosfs".
 config BUSYBOX_MKSWAP
 config BUSYBOX_MKSWAP
 	bool "mkswap (6.3 kb)"
 	bool "mkswap (6.3 kb)"
-	default y
+	default n
 	help
 	help
 	The mkswap utility is used to configure a file or disk partition as
 	The mkswap utility is used to configure a file or disk partition as
 	Linux swap space. This allows Linux to use the entire file or
 	Linux swap space. This allows Linux to use the entire file or
@@ -781,7 +781,7 @@ config BUSYBOX_SETSID
 	setsid runs a program in a new session
 	setsid runs a program in a new session
 config BUSYBOX_SWAPON
 config BUSYBOX_SWAPON
 	bool "swapon (15 kb)"
 	bool "swapon (15 kb)"
-	default y
+	default n
 	help
 	help
 	Once you have created some swap space using 'mkswap', you also need
 	Once you have created some swap space using 'mkswap', you also need
 	to enable your swap space with the 'swapon' utility. The 'swapoff'
 	to enable your swap space with the 'swapon' utility. The 'swapoff'
@@ -807,7 +807,7 @@ config BUSYBOX_FEATURE_SWAPON_PRI
 
 
 config BUSYBOX_SWAPOFF
 config BUSYBOX_SWAPOFF
 	bool "swapoff (14 kb)"
 	bool "swapoff (14 kb)"
-	default y
+	default n
 
 
 config BUSYBOX_FEATURE_SWAPONOFF_LABEL
 config BUSYBOX_FEATURE_SWAPONOFF_LABEL
 	bool "Support specifying devices by label or UUID"
 	bool "Support specifying devices by label or UUID"