projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
660b02a
)
[packages] uftp: fix typo
author
Stephen Walker
<stephendwalker@gmail.com>
Mon, 5 Sep 2011 04:16:12 +0000
(
04:16
+0000)
committer
Stephen Walker
<stephendwalker@gmail.com>
Mon, 5 Sep 2011 04:16:12 +0000
(
04:16
+0000)
SVN-Revision: 28172
net/uftp/Makefile
patch
|
blob
|
history
diff --git
a/net/uftp/Makefile
b/net/uftp/Makefile
index 5885a74f9d69209ea849a95c85dae72cd72b46d8..e7e4820a8f6cbcf39c8f6b89870ba08b9df806fa 100644
(file)
--- 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/uftp
d
-notls/description
$(call Package/uftp/Default/description)
This package contains the client daemon built without TLS support.
endef