summaryrefslogtreecommitdiff
path: root/package/busybox
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@infonline.de>2021-04-22 17:14:50 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2021-04-22 17:15:39 +0200
commit0c96f7329fd5ec6b775bd6df6717a3bb87203874 (patch)
treef7db5ce1bb78c1d978af0a1293ab8c4caa15b576 /package/busybox
parentbe29a0d87d335633d91cbfdeefaaa1ce683f688e (diff)
various fixes for embedded-test run
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/config/shell/Config.in2
-rw-r--r--package/busybox/config/util-linux/Config.in6
2 files changed, 4 insertions, 4 deletions
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"