Files
archived-rtty/BUILDOPENWRT.md
Jianhui Zhao 309ad6269e Update README
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-02-28 11:39:40 +08:00

542 B
Executable File

Update feeds

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

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)