Browse Source

select hush when hush is used for rootfs

Waldemar Brodkorb 10 years ago
parent
commit
fa7f0ddd71
1 changed files with 5 additions and 3 deletions
  1. 5 3
      target/config/Config.in.runtime

+ 5 - 3
target/config/Config.in.runtime

@@ -288,14 +288,16 @@ config ADK_ROOTSH_SASH
 	  standalone shell.
 	  standalone shell.
 
 
 config ADK_ROOTSH_HUSH
 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
 	help
 	  hush shell from busybox.
 	  hush shell from busybox.
 
 
 config ADK_ROOTSH_ASH
 config ADK_ROOTSH_ASH
-	bool "ash (busybox)"
+	bool "ash (busybox shell)"
 	select BUSYBOX_ASH
 	select BUSYBOX_ASH
+	select BUSYBOX_FEATURE_SH_IS_ASH
 	help
 	help
 	  Use the minimalistic ash variant that is part of busybox
 	  Use the minimalistic ash variant that is part of busybox
 	  as standard login shell for the superuser. This is the
 	  as standard login shell for the superuser. This is the