Skip to content

Commit 5ba44b1

Browse files
committed
[docs] Improved "Compiling openwisp-config" section
1 parent 5f2aaa0 commit 5ba44b1

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ There are 4 variants of *openwisp-config*:
183183
has been deprecated in favour of mbedtls on more recent OpenWRT and LEDE versions)
184184
- **openwisp-config-nossl**: doesn't depend on any SSL library and doesn't install trusted CA certificates
185185

186-
The following procedure illustrates how to compile *openwisp-config-openssl* and its dependencies:
186+
The following procedure illustrates how to compile all the *openwisp-config* variants and their dependencies:
187187

188188
.. code-block:: shell
189189
@@ -199,15 +199,13 @@ The following procedure illustrates how to compile *openwisp-config-openssl* and
199199
arch="ar71xx"
200200
echo "CONFIG_TARGET_$arch=y" > .config;
201201
echo "CONFIG_PACKAGE_openwisp-config-openssl=y" >> .config
202+
echo "CONFIG_PACKAGE_openwisp-config-mbedtls=y" >> .config
203+
echo "CONFIG_PACKAGE_openwisp-config-cyassl=y" >> .config
204+
echo "CONFIG_PACKAGE_openwisp-config-polarssl=y" >> .config
205+
echo "CONFIG_PACKAGE_openwisp-config-nossl=y" >> .config
202206
make defconfig
203207
make tools/install
204208
make toolchain/install
205-
make package/openssl/compile
206-
make package/openssl/install
207-
make package/curl/compile
208-
make package/curl/install
209-
make package/ca-certificates/compile
210-
make package/ca-certificates/install
211209
make package/openwisp-config/compile
212210
make package/openwisp-config/install
213211

0 commit comments

Comments
 (0)