Files
archived-rtty/BUILDOPENWRT.md
Jianhui Zhao 70be5422f9 Update README
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-21 21:10:09 +08:00

542 B

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)