From 6e08d3ef1ac24688d0298d5a76eca0853282a98b Mon Sep 17 00:00:00 2001 From: Ilario Gelmetti Date: Sun, 8 Nov 2020 23:13:56 +0100 Subject: [PATCH] if wpad-mesh-wolfssl is selected, wpad-basic has to be deselected --- development.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/development.txt b/development.txt index ee60fdc..d952a9e 100644 --- a/development.txt +++ b/development.txt @@ -136,13 +136,20 @@ Some more packages are recommended but not mandatory for a working LibreMesh net - LiMe -> Offline Documentation -> lime-docs (LibreMesh English documentation) - LiMe -> lime-hwd-ground-routing (Manage 802.1q VLANs for ground routing) - LiMe -> lime-debug (libremesh debug utils) -- Network -> wpad-mesh-wolfssl (for password protected 802.11s mesh) Additionally and optionally, httpS for the web interface can be enabled selecting (beware that the web interace will be shown as *not trusted*): - Libraries -> libustream-wolfssl - Utilities -> Encryption -> px5g-standalone +Finally, also the 802.11s mesh connections can be password protected, this will require a specific configuration and this package to be selected: + +- Network -> wpad-mesh-wolfssl + +and this to be **de**-selected: + +- Network -> wpad-basic + [NOTE] ========================= In order to have additional packages, the easiest way is to select them in menuconfig. More packages can be installed afterwards via +opkg+, but some of these require a specific kernel configuration to be in place. This can be achieved following link:development-kernel_vermagic.html[these additional instructions dealing with kernel vermagic]. Beware that this will increase noticeably the time and storage space required for the compilation.