diff --git a/net/uftp/Makefile b/net/uftp/Makefile index 5885a74f9..e7e4820a8 100644 --- a/net/uftp/Makefile +++ b/net/uftp/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uftp PKG_VERSION:=3.5.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar PKG_SOURCE_URL:=https://www.tcnj.edu/~bush/downloads @@ -76,7 +76,7 @@ define Package/uftpd-notls VARIANT:=notls endef -define Package/uftp-notls/description +define Package/uftpd-notls/description $(call Package/uftp/Default/description) This package contains the client daemon built without TLS support. endef