diff options
author | Karel Kočí <cynerd@email.cz> | 2020-04-04 14:22:55 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-04-04 14:22:55 +0200 |
commit | 533edfa5776424398358c85b84a2f6f55e42ba83 (patch) | |
tree | bcf43f83d42857a74a113d74bb5bd0e17d2f4d6a | |
parent | 1419b8fb1325f6aeca43c6e7f33d0b9626a9fcce (diff) | |
download | openwrt-personal-pkgs-533edfa5776424398358c85b84a2f6f55e42ba83.tar.gz openwrt-personal-pkgs-533edfa5776424398358c85b84a2f6f55e42ba83.tar.bz2 openwrt-personal-pkgs-533edfa5776424398358c85b84a2f6f55e42ba83.zip |
updater-ng: switch to openssl-usign
-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 cf3f4b0..0e311da 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:=openssl-usign PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz> PKG_BUILD_DEPENDS:=busybox libb64 uthash argp-standalone |