This patch adds a script to configure and start a local instance
of the cloud-sdk.
The script also allows you to generate the device specific config json.
Signed-off-by: John Crispin <john@phrozen.org>
The package wlan-ap-keys will copy the keys from our local cloud-sdk
instance into the image. If it is enabled we do not want to ship the
existing keys.
Signed-off-by: John Crispin <john@phrozen.org>
This package will automatically include the cloud keys in the image.
- /usr/plume/certs/ca.pem
- /usr/plume/certs/client.pem
- /usr/plume/certs/client_dec.key
Signed-off-by: John Crispin <john@phrozen.org>
The keys are expected to be located under ${TOPDIR}/keys. If they do not
exist we clone the generation script and generate them.
Signed-off-by: John Crispin <john@phrozen.org>
This patch selects the wifi feed when building images in CI.
This has the effect, that backports, haps, wpas, iw, ath10k-ct will the
v5.7 version from current OpenWrt HEAD.
Signed-off-by: John Crispin <john@phrozen.org>