2013-05-26 11:38:32 +02:00
|
|
|
config BR2_PACKAGE_GIT
|
|
|
|
bool "git"
|
|
|
|
depends on BR2_LARGEFILE
|
2013-08-06 23:59:42 +02:00
|
|
|
depends on BR2_USE_MMU # uses fork()
|
2013-06-03 07:15:48 +02:00
|
|
|
select BR2_PACKAGE_ZLIB
|
2013-06-03 22:52:24 +02:00
|
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
2013-05-26 11:38:32 +02:00
|
|
|
help
|
|
|
|
Git is a free and open source distributed version control system
|
|
|
|
designed to handle everything from small to very large projects.
|
|
|
|
|
|
|
|
http://git-scm.com
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "git needs a toolchain w/ largefile"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2013-05-26 11:38:32 +02:00
|
|
|
depends on !BR2_LARGEFILE
|