From: swalker Date: Mon, 5 Sep 2011 04:16:12 +0000 (+0000) Subject: [packages] uftp: fix typo X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=bec30f7e440d66d3aae830e249b823324e724172;p=packages.git [packages] uftp: fix typo git-svn-id: svn://svn.openwrt.org/openwrt/packages@28172 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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