From 4d50c0d677d6444c7c5845da35b9d045cbe6f4ed Mon Sep 17 00:00:00 2001 From: a-gave Date: Tue, 5 Mar 2024 23:04:04 +0100 Subject: [PATCH] news: update instructions to install precompiled packages on libremesh-2020.4 --- news.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/news.txt b/news.txt index 71485ef7..76f21a48 100644 --- a/news.txt +++ b/news.txt @@ -14,6 +14,25 @@ and a new release candidate based on OpenWrt 22: https://downloads.libremesh.org/releases/2023.1-rc2-ow22/ + +[NOTE] +=========== +Firmware images of libremesh-2020.4 based on openwrt-19.07.10, were signed with the wrong signing keys. +To install additional `kernel_modules` via `opkg`: + +- Add the build repository for the selected `target/subtarget` here *ar71xx/generic*: +``` +echo "src/gz libremesh_kmods http://downloads.libremesh.org/releases/2020.4-ow19/targets/ar71xx/generic/packages" >> /etc/opkg/limefeeds.conf +``` +- Then add the signing key: +``` +cat << EOF > /etc/opkg/keys/c37d41571f77f282 +untrusted comment: signed by libremesh.org for 2020.4 release builds +RWTDfUFXH3fygrM5F7kON6UQTWjWG9aNVBSNFnUv3cHXJjFVmZrGJ6Iw +EOF +``` +=========== + This means that the release candidate needs testing, bug fixing and loads of community love so that we can have an amazing release that can actually ease the creation of community networks everywhere.