Skip to content

Commit

Permalink
[docs] Removed mention of polarssl (obsolete)
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Sep 14, 2018
1 parent cc67375 commit c628d4a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,6 @@ There are 4 variants of *openwisp-config*:
- **openwisp-config-openssl**: depends on *ca-certificates* and *libopenssl*
- **openwisp-config-mbedtls**: depends on *ca-certificates* and *libmbedtls*
- **openwisp-config-cyassl**: depends on *ca-certificates* and *libcyassl*
- **openwisp-config-polarssl**: depends on *ca-certificates* and *libpolarssl* (**note**: polarssl
has been deprecated in favour of mbedtls on more recent OpenWRT versions)
- **openwisp-config-nossl**: doesn't depend on any SSL library and doesn't install trusted CA certificates
The following procedure illustrates how to compile all the *openwisp-config* variants and their dependencies:
Expand All @@ -261,7 +259,6 @@ The following procedure illustrates how to compile all the *openwisp-config* var
echo "CONFIG_PACKAGE_openwisp-config-openssl=y" >> .config
echo "CONFIG_PACKAGE_openwisp-config-mbedtls=y" >> .config
echo "CONFIG_PACKAGE_openwisp-config-cyassl=y" >> .config
echo "CONFIG_PACKAGE_openwisp-config-polarssl=y" >> .config
echo "CONFIG_PACKAGE_openwisp-config-nossl=y" >> .config
make defconfig
make tools/install
Expand Down

0 comments on commit c628d4a

Please sign in to comment.