Commit 4a3c29fd authored by Simon Dawson's avatar Simon Dawson Committed by Peter Korsgaard
Browse files

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: default avatarSimon Dawson <spdawson@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 051058f5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_EMPTY
	bool "empty"
	depends on BR2_USE_MMU # uses fork()
	help
	  Run processes and applications under pseudo-terminal (PTY) sessions.