File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
1736This means that the release candidate needs testing, bug fixing and
1837loads of community love so that we can have an amazing release that can
1938actually ease the creation of community networks everywhere.
You can’t perform that action at this time.
0 commit comments