diff options
author | Karel Kočí <cynerd@email.cz> | 2020-07-29 08:30:49 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-07-29 08:30:49 +0200 |
commit | 307981ee03e87eccbb0ad46b486d95e5f5bcb8e1 (patch) | |
tree | 81f5f1bbc28179ce23d0ee81e705812a6896250a /sentinel-minipot | |
parent | 0ab34c42554d00099aa50beb1828b0ebaec641af (diff) | |
download | openwrt-personal-pkgs-307981ee03e87eccbb0ad46b486d95e5f5bcb8e1.tar.gz openwrt-personal-pkgs-307981ee03e87eccbb0ad46b486d95e5f5bcb8e1.tar.bz2 openwrt-personal-pkgs-307981ee03e87eccbb0ad46b486d95e5f5bcb8e1.zip |
sentinel-minipot: debug telnet
Diffstat (limited to 'sentinel-minipot')
-rw-r--r-- | sentinel-minipot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sentinel-minipot/Makefile b/sentinel-minipot/Makefile index 08e0b41..5ba9642 100644 --- a/sentinel-minipot/Makefile +++ b/sentinel-minipot/Makefile @@ -12,7 +12,7 @@ PKG_NAME:=sentinel-minipot PKG_RELEASE:=1 PKG_SOURCE_URL:=https://gitlab.nic.cz/turris/sentinel/minipot.git #PKG_SOURCE_VERSION:=v$(PKG_VERSION) -PKG_SOURCE_BRANCH:=dev +PKG_SOURCE_BRANCH:=telnet-debug PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz> PKG_LICENSE:=GPL-3.0-or-later |