diff options
author | Karel Kočí <cynerd@email.cz> | 2020-03-21 21:43:31 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-03-21 21:43:31 +0100 |
commit | 9f76842e7fccafe7d9a4842e1f6686772a36fe67 (patch) | |
tree | 98b5b7136c4c75c8c82e364adf8ac8d6721d7c2e /updater-ng/Makefile | |
parent | 0058c17c25467a0bda95bb34a6dfa14b830a511f (diff) | |
download | openwrt-personal-pkgs-9f76842e7fccafe7d9a4842e1f6686772a36fe67.tar.gz openwrt-personal-pkgs-9f76842e7fccafe7d9a4842e1f6686772a36fe67.tar.bz2 openwrt-personal-pkgs-9f76842e7fccafe7d9a4842e1f6686772a36fe67.zip |
Revert "Revert "updater-ng: switch to newer branch""
This reverts commit 0058c17c25467a0bda95bb34a6dfa14b830a511f.
Diffstat (limited to 'updater-ng/Makefile')
-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 54c1983..25098bf 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:=libarchive-unpack +PKG_SOURCE_BRANCH:=path_utils-find PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz> PKG_BUILD_DEPENDS:=busybox libb64 uthash argp-standalone |