From: Stephen Walker Date: Mon, 5 Sep 2011 04:16:12 +0000 (+0000) Subject: [packages] uftp: fix typo X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8508d7d5f860967166f2063aa077cf14885d343c;p=openwrt%2Fsvn-archive%2Farchive.git [packages] uftp: fix typo SVN-Revision: 28172 --- diff --git a/net/uftp/Makefile b/net/uftp/Makefile index 5885a74f9d..e7e4820a8f 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