summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorThomas De Schampheleire2011-10-19 09:25:47 +0200
committerPeter Korsgaard2011-11-27 22:39:23 +0100
commitf694c0761d15901b74e972b08938fecfda3b510b (patch)
treec8a0bd1323a613492eceb74977ff6a0212e08925 /Config.in
parentGENTARGETS: add support for scp:// (diff)
downloadbuildroot-f694c0761d15901b74e972b08938fecfda3b510b.tar.gz
buildroot-f694c0761d15901b74e972b08938fecfda3b510b.tar.xz
buildroot-f694c0761d15901b74e972b08938fecfda3b510b.zip
Add support for packages stored in Mercurial (hg) repositories
Add support for packages stored in Mercurial (hg) repositories. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 280ff0329..ab77ef348 100644
--- a/Config.in
+++ b/Config.in
@@ -44,6 +44,10 @@ config BR2_SSH
string "Secure shell (ssh) command"
default "ssh"
+config BR2_HG
+ string "Mercurial (hg) command"
+ default "hg"
+
config BR2_ZCAT
string "zcat command"
default "gzip -d -c"