[packages] uftp: fix typo

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28172 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
swalker 2011-09-05 04:16:12 +00:00
parent ac87398d56
commit bec30f7e44

View File

@ -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