2
1
Ulf Samuelsson 18 жил өмнө
parent
commit
85f54fbe21
1 өөрчлөгдсөн 7 нэмэгдсэн , 1 устгасан
  1. 7 1
      Config.in

+ 7 - 1
Config.in

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