diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-08-28 11:04:46 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-08-28 11:04:46 +0200 |
commit | 5351198aded73217ef92a8deaca1109cb12f189b (patch) | |
tree | 2c915b61bf664796e50071c12b3b7c674085ac7f | |
parent | e0d47569fa05a84feb6401b52c91d61e814003dd (diff) | |
download | laminar-cnf-5351198aded73217ef92a8deaca1109cb12f189b.tar.gz laminar-cnf-5351198aded73217ef92a8deaca1109cb12f189b.tar.bz2 laminar-cnf-5351198aded73217ef92a8deaca1109cb12f189b.zip |
turris4x: fix build detection
-rwxr-xr-x | templates/turris4x.run | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/turris4x.run b/templates/turris4x.run index dc461b6..49fb34b 100755 --- a/templates/turris4x.run +++ b/templates/turris4x.run @@ -39,6 +39,7 @@ else cd .. rm -rf "$WORKSPACE/sdk" cp -a openwrt "$WORKSPACE/sdk" + cp git-hash "$WORKSPACE/git-hash" cd openwrt fi |