| Submitter | Gustavo Zacarias |
|---|---|
| Date | Dec. 12, 2012, 11:45 a.m. |
| Message ID | <1355312748-20664-1-git-send-email-gustavo@zacarias.com.ar> |
| Download | mbox | patch |
| Permalink | /patch/205489/ |
| State | Accepted |
| Commit | 64c3ce4d886bea18f24231d09914c3be2ede144d |
| Headers | show |
Comments
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Fixes
Gustavo> http://autobuild.buildroot.net/results/0909856aea5ea5d13206c9a46b8b5174661239b4/
Committed, thanks.
Patch
diff --git a/package/boa/Config.in b/package/boa/Config.in index 48943ff..982833a 100644 --- a/package/boa/Config.in +++ b/package/boa/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_BOA bool "boa" + depends on BR2_USE_MMU # uses fork() help A very small and very fast http daemon. Not intended as a feature-packed server.
Fixes http://autobuild.buildroot.net/results/0909856aea5ea5d13206c9a46b8b5174661239b4/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> --- package/boa/Config.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)