ソースを参照

busybox: don't enable swapon/swapoff by default

'swapon/swapoff' are now provided by 'block-mount'; enabling them by default in busybox is no longer required and adds unnecessary bloat.

Signed-off-by: Nathan Hintz <[email protected]>
Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 38671
John Crispin 12 年 前
コミット
0d994f8135
1 ファイル変更1 行追加1 行削除
  1. 1 1
      package/utils/busybox/config/util-linux/Config.in

+ 1 - 1
package/utils/busybox/config/util-linux/Config.in

@@ -652,7 +652,7 @@ config BUSYBOX_CONFIG_SETARCH
 
 config BUSYBOX_CONFIG_SWAPONOFF
 	bool "swaponoff"
-	default y
+	default n
 	select BUSYBOX_CONFIG_PLATFORM_LINUX
 	help
 	  This option enables both the 'swapon' and the 'swapoff' utilities.