mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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:
parent
051058f52a
commit
4a3c29fd4c
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_EMPTY
|
config BR2_PACKAGE_EMPTY
|
||||||
bool "empty"
|
bool "empty"
|
||||||
|
depends on BR2_USE_MMU # uses fork()
|
||||||
help
|
help
|
||||||
Run processes and applications under pseudo-terminal (PTY) sessions.
|
Run processes and applications under pseudo-terminal (PTY) sessions.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user