diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-09-17 07:08:04 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-09-17 07:08:04 +0200 |
commit | cb21a6af17142ce7fdceaeb3ef35cfd5fba69109 (patch) | |
tree | 1ec36e15bf25e28ebc8a35e4e5580336f94c0cdb /package/busybox/config/miscutils | |
parent | fd7056d4d7972e7374043a45140ba1093ac238bf (diff) |
busybox: add missing symbols for noMMU case
Diffstat (limited to 'package/busybox/config/miscutils')
-rw-r--r-- | package/busybox/config/miscutils/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/busybox/config/miscutils/Config.in b/package/busybox/config/miscutils/Config.in index cafe66989..b4424f39b 100644 --- a/package/busybox/config/miscutils/Config.in +++ b/package/busybox/config/miscutils/Config.in @@ -733,6 +733,14 @@ config BUSYBOX_MICROCOM help The poor man's minicom utility for chatting with serial port devices. +config BUSYBOX_MIM + bool "mim (0.5 kb)" + default n + depends on BUSYBOX_FEATURE_SH_EMBEDDED_SCRIPTS + help + Run a script from a Makefile-like specification file. + Unlike 'make' dependencies aren't supported. + config BUSYBOX_MOUNTPOINT bool "mountpoint" default n |