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 <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Simon Dawson 2013-01-10 21:48:48 +00:00 committed by Peter Korsgaard
parent 051058f52a
commit 4a3c29fd4c

View File

@ -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.