From 0c96f7329fd5ec6b775bd6df6717a3bb87203874 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 22 Apr 2021 17:14:50 +0200 Subject: various fixes for embedded-test run --- package/busybox/config/shell/Config.in | 2 +- package/busybox/config/util-linux/Config.in | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'package') diff --git a/package/busybox/config/shell/Config.in b/package/busybox/config/shell/Config.in index bc96b0267..0ce917dc3 100644 --- a/package/busybox/config/shell/Config.in +++ b/package/busybox/config/shell/Config.in @@ -88,7 +88,7 @@ config BUSYBOX_SHELL_ASH config BUSYBOX_ASH bool "ash (78 kb)" - default y + default n depends on !BUSYBOX_NOMMU select BUSYBOX_SHELL_ASH help diff --git a/package/busybox/config/util-linux/Config.in b/package/busybox/config/util-linux/Config.in index bce5fafe1..77b2b83f1 100644 --- a/package/busybox/config/util-linux/Config.in +++ b/package/busybox/config/util-linux/Config.in @@ -517,7 +517,7 @@ config BUSYBOX_MKFS_VFAT Alias to "mkdosfs". config BUSYBOX_MKSWAP bool "mkswap (6.3 kb)" - default y + default n help 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 @@ -781,7 +781,7 @@ config BUSYBOX_SETSID setsid runs a program in a new session config BUSYBOX_SWAPON bool "swapon (15 kb)" - default y + default n help Once you have created some swap space using 'mkswap', you also need to enable your swap space with the 'swapon' utility. The 'swapoff' @@ -807,7 +807,7 @@ config BUSYBOX_FEATURE_SWAPON_PRI config BUSYBOX_SWAPOFF bool "swapoff (14 kb)" - default y + default n config BUSYBOX_FEATURE_SWAPONOFF_LABEL bool "Support specifying devices by label or UUID" -- cgit v1.2.3