Add git command
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Fri, 24 Aug 2007 05:31:07 +0000 (05:31 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Fri, 24 Aug 2007 05:31:07 +0000 (05:31 -0000)
Config.in

index 18a316504c428c76f58dc76df7814926144934eb..92de8e0bf1193f771a3d85c69b68b46e04a98174 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -591,9 +591,13 @@ config BR2_WGET
        default "wget --passive-ftp -nd"
 
 config BR2_SVN
-       string "Subversion (svn) checkout command"
+       string "Subversion (svn) command to download source tree"
        default "svn co"
 
+config BR2_GIT
+       string "Git command to download source tree"
+       default "git clone"
+
 config BR2_ZCAT
        string "zcat command"
        default "gzip -d -c"
@@ -731,11 +735,13 @@ config BR2_STRIP_strip
        bool "strip"
        help
          strip   is the normal strip command
+
 config BR2_STRIP_sstrip
        bool "sstrip"
        select BR2_PACKAGE_SSTRIP_HOST
        help
          sstrip  is a strip that discards more than the normal strip
+
 config BR2_STRIP_none
        bool "none"
        help