diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-01-29 09:24:54 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-01-29 09:24:54 +0100 |
commit | b3a3c04f155272227bd80c1f43f00fcedfd83e65 (patch) | |
tree | 125cf341bfbdf2a5568ac239128037a347cce882 | |
parent | 6bbdc0b08b0f1803e608be4b388b55ff83f8cda8 (diff) | |
download | openwrt-personal-pkgs-b3a3c04f155272227bd80c1f43f00fcedfd83e65.tar.gz openwrt-personal-pkgs-b3a3c04f155272227bd80c1f43f00fcedfd83e65.tar.bz2 openwrt-personal-pkgs-b3a3c04f155272227bd80c1f43f00fcedfd83e65.zip |
updater-ng: fix tracked 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 325e825..4b601e8 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.git -PKG_SOURCE_BRANCH:=for-turris-3x +PKG_SOURCE_BRANCH:=for-turris-3.x PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz> HOST_BUILD_DEPENDS:=curl/host libevent2/host lua/host PKG_BUILD_DEPENDS:=busybox |