diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-01 19:21:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-01 22:12:17 +0100 |
commit | fa7f0ddd71e3c50308091d355b703cb4a08e218e (patch) | |
tree | 30070937ae07670081f4b05162eb386124cc6271 | |
parent | 076497ec300fb6c8fbff82d6f896ef426967fce1 (diff) |
select hush when hush is used for rootfs
-rw-r--r-- | target/config/Config.in.runtime | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index ef600205d..221fadecf 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -288,14 +288,16 @@ config ADK_ROOTSH_SASH standalone shell. config ADK_ROOTSH_HUSH - bool "hush (Shell compatible with non-MMU systems)" - select ADK_PACKAGE_HUSH if !ADK_TOOLCHAIN_ONLY + bool "hush (busybox shell compatible with non-MMU systems)" + select BUSYBOX_HUSH if !ADK_TOOLCHAIN_ONLY + select BUSYBOX_FEATURE_SH_IS_HUSH help hush shell from busybox. config ADK_ROOTSH_ASH - bool "ash (busybox)" + bool "ash (busybox shell)" select BUSYBOX_ASH + select BUSYBOX_FEATURE_SH_IS_ASH help Use the minimalistic ash variant that is part of busybox as standard login shell for the superuser. This is the |