Skip to content

Commit

Permalink
uftp now is threaded
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Taht committed Jan 20, 2013
1 parent 0384992 commit e8ad510
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions net/uftp/Makefile
Expand Up @@ -40,7 +40,7 @@ define Package/uftp
$(call Package/uftp/Default)
TITLE+= server with TLS support
VARIANT:=tls
DEPENDS:=+libopenssl
DEPENDS:=+libopenssl +libpthread
endef

define Package/uftp/description
Expand All @@ -63,7 +63,7 @@ define Package/uftpd
$(call Package/uftp/Default)
TITLE+= client daemon with TLS support
VARIANT:=tls
DEPENDS:=+libopenssl
DEPENDS:=+libopenssl +libpthread
endef

define Package/uftpd/description
Expand All @@ -86,7 +86,7 @@ define Package/uftpproxyd
$(call Package/uftp/Default)
TITLE+= proxy daemon with TLS support
VARIANT:=tls
DEPENDS:=+libopenssl
DEPENDS:=+libopenssl +libpthread
endef

define Package/uftpproxyd/description
Expand All @@ -109,7 +109,7 @@ define Package/uftp-keymgt
$(call Package/uftp/Default)
TITLE+= key management utility
VARIANT:=tls
DEPENDS:=+libopenssl
DEPENDS:=+libopenssl +libpthread
endef

define Package/uftp-keymgt/description
Expand Down

0 comments on commit e8ad510

Please sign in to comment.