diff options
author | Karel Kočí <cynerd@email.cz> | 2020-03-26 10:42:42 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-03-26 10:42:42 +0100 |
commit | a1d5a6718803a5b9042045be0f114b8b99a2eacd (patch) | |
tree | bcd0380c01ddb7352069fb2ac0ca89c714974319 | |
parent | 9f76842e7fccafe7d9a4842e1f6686772a36fe67 (diff) | |
download | openwrt-personal-pkgs-a1d5a6718803a5b9042045be0f114b8b99a2eacd.tar.gz openwrt-personal-pkgs-a1d5a6718803a5b9042045be0f114b8b99a2eacd.tar.bz2 openwrt-personal-pkgs-a1d5a6718803a5b9042045be0f114b8b99a2eacd.zip |
updater-ng: switch to master
-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 25098bf..cf3f4b0 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:=path_utils-find +PKG_SOURCE_BRANCH:=master PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz> PKG_BUILD_DEPENDS:=busybox libb64 uthash argp-standalone |