summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjenkins_common_lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins_common_lib b/jenkins_common_lib
index a564455..808797c 100755
--- a/jenkins_common_lib
+++ b/jenkins_common_lib
@@ -8,7 +8,7 @@ pkg_dir="builddir-${kernel_release}"
conf_dir="linaro/configs"
# Default gitweb access URL.
default_git_url="http://git.linaro.org/gitweb?p=$conf_git;a=blob_plain;f=$conf_dir/$conf;hb=$conf_branch"
-boot_wrapper_repo="git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/boot-wrapper-aarch64.git"
+boot_wrapper_repo=${boot_wrapper_repo:-"git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/boot-wrapper-aarch64.git"}
echo > hwpack_info # start with empty
echo KERNEL_CONFIG=$kernel_config >> hwpack_info