diff options
Diffstat (limited to 'package/git/Config.in')
-rw-r--r-- | package/git/Config.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/git/Config.in b/package/git/Config.in index 66c66c788b..9babbecf06 100644 --- a/package/git/Config.in +++ b/package/git/Config.in @@ -1,6 +1,5 @@ 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 @@ -9,7 +8,3 @@ config BR2_PACKAGE_GIT designed to handle everything from small to very large projects. http://git-scm.com - -comment "git needs a toolchain w/ largefile" - depends on BR2_USE_MMU - depends on !BR2_LARGEFILE |