summaryrefslogtreecommitdiff
path: root/package/busybox/config/shell/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@infonline.de>2021-04-09 06:43:02 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2021-04-09 06:45:49 +0200
commit66535f83d2c8bfb72caa43408fde3c6e98e1a50a (patch)
treea0b785b7d314487764f1735f074d68fc444e2e18 /package/busybox/config/shell/Config.in
parent7e1aa8df1fb08887360f5d352ff5d123eb3a7416 (diff)
busybox: noMMU fixes
Diffstat (limited to 'package/busybox/config/shell/Config.in')
-rw-r--r--package/busybox/config/shell/Config.in2
1 files changed, 1 insertions, 1 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