diff options
author | Waldemar Brodkorb <wbrodkorb@infonline.de> | 2021-04-09 06:43:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-04-09 06:45:49 +0200 |
commit | 66535f83d2c8bfb72caa43408fde3c6e98e1a50a (patch) | |
tree | a0b785b7d314487764f1735f074d68fc444e2e18 /package | |
parent | 7e1aa8df1fb08887360f5d352ff5d123eb3a7416 (diff) |
busybox: noMMU fixes
Diffstat (limited to 'package')
-rw-r--r-- | package/busybox/config/shell/Config.in | 2 | ||||
-rw-r--r-- | package/busybox/config/util-linux/Config.in | 8 |
2 files changed, 5 insertions, 5 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 bd6de5d38..b383ec87f 100644 --- a/package/busybox/config/util-linux/Config.in +++ b/package/busybox/config/util-linux/Config.in @@ -554,7 +554,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 @@ -827,7 +827,7 @@ config BUSYBOX_SETSID setsid runs a program in a new session config BUSYBOX_SWAPON bool "swapon (15 kb)" - default y + default n select BUSYBOX_PLATFORM_LINUX help Once you have created some swap space using 'mkswap', you also need @@ -854,7 +854,7 @@ config BUSYBOX_FEATURE_SWAPON_PRI config BUSYBOX_SWAPOFF bool "swapoff (14 kb)" - default y + default n select BUSYBOX_PLATFORM_LINUX config BUSYBOX_FEATURE_SWAPONOFF_LABEL @@ -933,7 +933,7 @@ config BUSYBOX_FEATURE_UMOUNT_ALL Support -a option to unmount all currently mounted filesystems. config BUSYBOX_UNSHARE bool "unshare (7.2 kb)" - default y + default n depends on !BUSYBOX_NOMMU select BUSYBOX_PLATFORM_LINUX select BUSYBOX_LONG_OPTS |