diff options
| author | Karel Kočí <cynerd@email.cz> | 2022-03-11 11:45:05 +0100 | 
|---|---|---|
| committer | Karel Kočí <cynerd@email.cz> | 2022-03-11 11:45:05 +0100 | 
| commit | 7abc9df811cbf5f74d5d9f56dfc4f1fb906ca84d (patch) | |
| tree | cad192d8e1cd5dba98a835fcc6be7a1ae6de614e /updater-supervisor | |
| parent | f4658d2d2d66123492df93c9815d3582bb7383e8 (diff) | |
| download | openwrt-personal-pkgs-7abc9df811cbf5f74d5d9f56dfc4f1fb906ca84d.tar.gz openwrt-personal-pkgs-7abc9df811cbf5f74d5d9f56dfc4f1fb906ca84d.tar.bz2 openwrt-personal-pkgs-7abc9df811cbf5f74d5d9f56dfc4f1fb906ca84d.zip | |
updater-supervisor: test the new fixes for approve window
Diffstat (limited to 'updater-supervisor')
| -rw-r--r-- | updater-supervisor/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/updater-supervisor/Makefile b/updater-supervisor/Makefile index 8e60224..333ee69 100644 --- a/updater-supervisor/Makefile +++ b/updater-supervisor/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk  PKG_NAME:=updater-supervisor  PKG_SOURCE_URL:=https://gitlab.nic.cz/turris/updater/supervisor.git -PKG_SOURCE_BRANCH:=master +PKG_SOURCE_BRANCH:=bugfix/none-auto-approve-window  PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz>  PKG_LICENSE:=MIT | 
