diff options
-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 |