From 160b9ca7318fb63e9432c1028f52373aea6166f9 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 27 Nov 2009 02:35:15 +0100 Subject: ntpd: make it NOMMU-safe; ash: exclude it on NOMMU builds Signed-off-by: Denys Vlasenko --- shell/Config.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/Config.in') diff --git a/shell/Config.in b/shell/Config.in index 998672cfc..8a2654071 100644 --- a/shell/Config.in +++ b/shell/Config.in @@ -15,6 +15,7 @@ choice config FEATURE_SH_IS_ASH select ASH bool "ash" + depends on !NOMMU config FEATURE_SH_IS_HUSH select HUSH @@ -36,6 +37,7 @@ endchoice config ASH bool "ash" default n + depends on !NOMMU help Tha 'ash' shell adds about 60k in the default configuration and is the most complete and most pedantically correct shell included with -- cgit v1.2.3