diff options
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index 7f14bed..03904bb 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -73,7 +73,7 @@ # define PIPE_BUF 4096 /* amount of buffering in a pipe */ #endif -#if defined(__uClinux__) +#if !BB_MMU # error "Do not even bother, ash will not run on NOMMU machine" #endif |