[ci skip] update README.md and use libopenssl for openwrt

This commit is contained in:
Shuanglei Tao
2016-10-01 21:41:26 +08:00
parent c4d16c0283
commit 9636a9ba1e
2 changed files with 13 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ define Package/ttyd
SECTION:=utils
CATEGORY:=Utilities
TITLE:=Command-line tool for sharing terminal over the web
DEPENDS:=+openssl +libjson-c +libpthread +libwebsockets-openssl
DEPENDS:=+libopenssl +libjson-c +libpthread +libwebsockets-openssl
URL:=https://github.com/tsl0922/ttyd
SUBMENU:=Terminal
MAINTAINER:=Shuanglei Tao <tsl0922@gmail.com>