1 Star 0 Fork 275

Hobo丿浪孓丶 / rtty

forked from 赵建辉 / rtty 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build_openwrt.md 1.03 KB
一键复制 编辑 原始数据 按行查看 历史

Update feeds

./scripts/feeds update -a
./scripts/feeds install -a

If you use chaos_calmer(15.05), you need to modify the Makefile: feeds/packages/utils/rtty/Makefile

PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
PKG_SOURCE_URL=https://github.com/zhaojh329/rtty.git
# Add the following two lines
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
# And comment the line below
#PKG_MIRROR_HASH:=23a203351fdd47acfd16d3c3b3e3d51dd65a5d9e8ca89d4b1521d40c40616102

Select rtty in menuconfig and compile new image.

Utilities  --->
    Terminal  --->
        < > rtty-mbedtls............................ A reverse proxy WebTTY (mbedtls)
        <*> rtty-nossl............................... A reverse proxy WebTTY (NO SSL)
        < > rtty-openssl............................ A reverse proxy WebTTY (openssl)
        < > rtty-wolfssl............................ A reverse proxy WebTTY (wolfssl)
C
1
https://gitee.com/zzp_hobo/rtty.git
git@gitee.com:zzp_hobo/rtty.git
zzp_hobo
rtty
rtty
master

搜索帮助