From fa7f0ddd71e3c50308091d355b703cb4a08e218e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 1 Nov 2015 19:21:33 +0100 Subject: select hush when hush is used for rootfs --- target/config/Config.in.runtime | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'target/config/Config.in.runtime') 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 -- cgit v1.2.3