From: Victor Martinez Date: Sun, 29 Sep 2013 18:51:04 +0000 (+0200) Subject: makeCrossRootfsExtras: updated CRUX-ARM 3.0 commit hash overlay with last fixes X-Git-Url: http://gitweb/?a=commitdiff_plain;h=b226af8829d872592315fadcc204bdb6094aaf6e;p=devtools.git makeCrossRootfsExtras: updated CRUX-ARM 3.0 commit hash overlay with last fixes --- diff --git a/makeCrossRootfsExtras.sh b/makeCrossRootfsExtras.sh index 06bd4a5..6580087 100755 --- a/makeCrossRootfsExtras.sh +++ b/makeCrossRootfsExtras.sh @@ -10,10 +10,10 @@ GIT_REPO_OVERLAY="git://crux-arm.nu/crux-arm/ports/core-arm.git" # we used the tag created for CRUX and the first commit hash in CRUX-ARM # CRUX-3.0 53d838bfaa820f8398c8f7fb15f84d6800f33abc -# CRUX-ARM 3.0 5371a9acf3548c955c0d19eed402827a6f1ac44a +# CRUX-ARM 3.0 77e92f931b068afe118990597ec74fcae81c23f4 GIT_BRANCH="3.0" GIT_COMMIT_HASH_UPSTREAM="53d838bfaa820f8398c8f7fb15f84d6800f33abc" -GIT_COMMIT_HASH_OVERLAY="5371a9acf3548c955c0d19eed402827a6f1ac44a" +GIT_COMMIT_HASH_OVERLAY="77e92f931b068afe118990597ec74fcae81c23f4" PWD_DIR=$(pwd) TMP_DIR=$(mktemp -d)