summaryrefslogtreecommitdiff
path: root/templates/turris4x.run
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-08-27 17:48:25 +0200
committerKarel Kočí <cynerd@email.cz>2018-08-27 20:50:05 +0200
commit955d057c326efaaa9f9b7d4715dfd96c66896cfa (patch)
tree23f76d9d88608ab15431a161da4e9739544c9990 /templates/turris4x.run
parent50c3e56a1b912a8db1cb4effd77e60cf0bbd1654 (diff)
downloadlaminar-cnf-955d057c326efaaa9f9b7d4715dfd96c66896cfa.tar.gz
laminar-cnf-955d057c326efaaa9f9b7d4715dfd96c66896cfa.tar.bz2
laminar-cnf-955d057c326efaaa9f9b7d4715dfd96c66896cfa.zip
turris4x: try to fix package/index build
Diffstat (limited to 'templates/turris4x.run')
-rwxr-xr-xtemplates/turris4x.run2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/turris4x.run b/templates/turris4x.run
index 7f97d2c..0a5b8f2 100755
--- a/templates/turris4x.run
+++ b/templates/turris4x.run
@@ -34,7 +34,7 @@ echo_stage "Compile packages from our feed"
$MAKE $(./scripts/feeds list -r personal | sed -n 's/^\([^ ]*\).*$/package\/\1\/compile/p' | tr '\n' ' ')
echo_stage "Generate index and sign"
-KEY=~/openwrt-repo.key $MAKE -j1 V=99 package/index
+$MAKE -j1 V=99 package/index BUILD_KEY=~/openwrt-repo.key
echo_stage "Deploy"
ssh upload rm -rf "deploy-turris4x-$BOARD"