Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 549 Bytes

BUILDOPENWRT.md

File metadata and controls

13 lines (10 loc) · 549 Bytes

Update feeds

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

Select libuhttpd in menuconfig and compile new image.

Libraries  --->
    Networking  --->
        <*> libuhttpd-mbedtls.................................... libuhttpd (mbedtls)
        < > libuhttpd-nossl....................................... libuhttpd (NO SSL)
        < > libuhttpd-openssl.................................... libuhttpd (openssl)
        < > libuhttpd-wolfssl.................................... libuhttpd (wolfssl)