From: Thomas Petazzoni Date: Tue, 6 Aug 2013 21:59:42 +0000 (+0200) Subject: git: needs MMU support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c3c950d0d5d5e8d1382610e259a79d5ddf831941;p=buildroot.git git: needs MMU support Fixes http://autobuild.buildroot.org/results/b5454e62c6ea18a9d30148c704927e820f29a7d4/build-end.log. Signed-off-by: Thomas Petazzoni --- diff --git a/package/git/Config.in b/package/git/Config.in index 931d460d4f..854c0d4ebf 100644 --- a/package/git/Config.in +++ b/package/git/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_GIT bool "git" depends on BR2_LARGEFILE + depends on BR2_USE_MMU # uses fork() select BR2_PACKAGE_ZLIB select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE help