Commit Graph

15 Commits

Author SHA1 Message Date
John Crispin
d8091386bf opensync: update to 2.0.5.0
Signed-off-by: John Crispin <john@phrozen.org>
2020-07-10 11:57:22 +02:00
John Crispin
a46024e64e python3-markupsafe: add package
This package is required by opensync-2.0.5.0

Signed-off-by: John Crispin <john@phrozen.org>
2020-07-10 11:57:21 +02:00
John Crispin
808dc952f2 python3-jinja2: add package
This package is required by opensync-2.0.5.0

Signed-off-by: John Crispin <john@phrozen.org>
2020-07-10 11:57:18 +02:00
John Crispin
7f8b15eb03 cloud: add tooling for starting a local cloud-sdk instance
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>
2020-07-10 09:45:27 +02:00
John Crispin
6646f0ea20 opensync: dont install keys if wlan-ap-keys is enabled
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>
2020-07-10 09:45:27 +02:00
John Crispin
9583748b07 wlan-ap-keys: include cloud keys in the image
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>
2020-07-10 09:45:27 +02:00
John Crispin
6b2cb5ec17 wlan-pki-cert-scripts: automatically generate a key set
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>
2020-07-10 09:45:27 +02:00
John Crispin
50d107b07c github/worflow: enable on pending and staging-* branches
Enable the github build workflow on the pending and staging branches.

Signed-off-by: John Crispin <john@phrozen.org>
2020-07-10 09:45:27 +02:00
Eugene Taranov
ef502b8a18 staticanalysis: add the github CI config for static code analysis
This patch adds support for static code analysis with cppcheck inside the github CI.

Signed-off-by: Eugene Taranov <eugene@opsfleet.com>
2020-07-10 09:45:27 +02:00
John Crispin
40b64c83b4 opensync: fix a memleak
This patch fixes a memlaek in the code reading out the chainmask.

Signed-off-by: John Crispin <john@phrozen.org>
2020-07-10 09:45:27 +02:00
John Crispin
d48b0c015d build.sh: add the wifi feed to default builds
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>
2020-07-08 18:01:33 +02:00
Chris Busch
4b4974dbc0 LICENSE.md: add file
Add TIP standard license file.

Signed-off-by: Chris Busch <chrisbusch@fb.com>
2020-07-07 08:23:17 +02:00
John Crispin
0190fc78e0 backport/wifi: ath10k-ct: update to v5.7
Update the git hash and enable the v5.7 driver.

Signed-off-by: John Crispin <john@phrozen.org>
2020-07-01 21:21:05 +02:00
John Crispin
7aa5c2e7d9 backport/wifi: backport wifi stack from OpenWrt HEAD
This makes the v5.7 based wifi feature set from OpenWrt HEAD work inside
19.07.

Signed-off-by: John Crispin <john@phrozen.org>
2020-07-01 21:20:35 +02:00
John Crispin
ae51caf8a5 wlan-ap: initial import
based on the develop branch -> 6af07cd39cfa06ec8eb4d6182c7d7923236c2dbf

Signed-off-by: John Crispin <john@phrozen.org>
2020-07-01 15:35:04 +02:00