66bb10b7b0
This patch lines up the comments in Config.in files that clarify which toolchain options the package depends on. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
413 B
Plaintext
15 lines
413 B
Plaintext
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
|
|
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
|
|
|
|
comment "git needs a toolchain w/ largefile"
|
|
depends on !BR2_LARGEFILE
|