From f265a9cb95d84e3d8e5e6460c5f5338906c37c04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 2 May 2019 13:04:22 +0200 Subject: Change path to openwrt-key to be *.sec This is required by signify to make it work. --- templates/turris.run | 2 +- templates/turris3x.run | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/turris.run b/templates/turris.run index bce60bd..01a56d5 100755 --- a/templates/turris.run +++ b/templates/turris.run @@ -45,7 +45,7 @@ find package/feeds/personal -mindepth 1 -maxdepth 1 -printf 'package/%P/compile\ xargs --null $make echo_stage "Generate index and sign" -$make package/index BUILD_KEY=~/openwrt-repo.key +$make package/index BUILD_KEY=~/openwrt-repo.sec echo_stage "Deploy" ssh upload rm -rf "deploy-turris-$ANIMAL-$BOARD" diff --git a/templates/turris3x.run b/templates/turris3x.run index dfd85d9..b9344d8 100755 --- a/templates/turris3x.run +++ b/templates/turris3x.run @@ -26,7 +26,7 @@ echo_stage "Build" $make echo_stage "Sign" -./staging_dir/host/bin/usign -S -s ~/openwrt-repo.key -m "bin/$ARCH/packages/base/Packages" +./staging_dir/host/bin/usign -S -s ~/openwrt-repo.sec -m "bin/$ARCH/packages/base/Packages" echo_stage "Deploy" ssh upload rm -rf "deploy-turris3x-$BOARD" -- cgit v1.2.3