From: Simon Dawson Date: Thu, 10 Jan 2013 21:48:48 +0000 (+0000) Subject: empty: needs MMU X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4a3c29fd4cfb2959e7ff8e62966bf1b5ee470334;p=buildroot.git empty: needs MMU The empty package uses the fork() system call, and so requires MMU. Fixed autobuilder failures such as the following. http://autobuild.buildroot.net/results/4ad23e07b1bfe7bfd622aed8d54fa243b72eed59/build-end.log Signed-off-by: Simon Dawson Signed-off-by: Peter Korsgaard --- diff --git a/package/empty/Config.in b/package/empty/Config.in index 67b09fcb3b..7fd0877cbb 100644 --- a/package/empty/Config.in +++ b/package/empty/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_EMPTY bool "empty" + depends on BR2_USE_MMU # uses fork() help Run processes and applications under pseudo-terminal (PTY) sessions.