Skip to content

Commit de39289

Browse files
authored
Merge pull request #159 from a-gave/news/update-instructions-2020.4
news: update instructions to install precompiled packages on libremesh-2020.4
2 parents b95b710 + 4d50c0d commit de39289

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

news.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,25 @@ and a new release candidate based on OpenWrt 22:
1414

1515
https://downloads.libremesh.org/releases/2023.1-rc2-ow22/
1616

17+
18+
[NOTE]
19+
===========
20+
Firmware images of libremesh-2020.4 based on openwrt-19.07.10, were signed with the wrong signing keys.
21+
To install additional `kernel_modules` via `opkg`:
22+
23+
- Add the build repository for the selected `target/subtarget` here *ar71xx/generic*:
24+
```
25+
echo "src/gz libremesh_kmods http://downloads.libremesh.org/releases/2020.4-ow19/targets/ar71xx/generic/packages" >> /etc/opkg/limefeeds.conf
26+
```
27+
- Then add the signing key:
28+
```
29+
cat << EOF > /etc/opkg/keys/c37d41571f77f282
30+
untrusted comment: signed by libremesh.org for 2020.4 release builds
31+
RWTDfUFXH3fygrM5F7kON6UQTWjWG9aNVBSNFnUv3cHXJjFVmZrGJ6Iw
32+
EOF
33+
```
34+
===========
35+
1736
This means that the release candidate needs testing, bug fixing and
1837
loads of community love so that we can have an amazing release that can
1938
actually ease the creation of community networks everywhere.

0 commit comments

Comments
 (0)