diff options
author | Karel Kočí <cynerd@email.cz> | 2020-06-14 11:05:08 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-06-14 11:05:08 +0200 |
commit | 0f304408d9d9630d22b8b5ee4d94b7030e337046 (patch) | |
tree | 9ad7b705c1d76d6a09512a2f9f3944ed92b59795 | |
parent | 1354416259e46dcc0ca023b566adeba5fb415721 (diff) | |
download | openwrt-personal-pkgs-0f304408d9d9630d22b8b5ee4d94b7030e337046.tar.gz openwrt-personal-pkgs-0f304408d9d9630d22b8b5ee4d94b7030e337046.tar.bz2 openwrt-personal-pkgs-0f304408d9d9630d22b8b5ee4d94b7030e337046.zip |
updater-ng: switch to hotfix-sign branch
-rw-r--r-- | updater-ng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updater-ng/Makefile b/updater-ng/Makefile index c22e24d..c9ff272 100644 --- a/updater-ng/Makefile +++ b/updater-ng/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=updater-ng PKG_SOURCE_URL:=https://gitlab.labs.nic.cz/turris/updater/updater.git -PKG_SOURCE_BRANCH:=master +PKG_SOURCE_BRANCH:=hotfix-sign PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz> PKG_BUILD_DEPENDS:=busybox libb64 uthash argp-standalone |