You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: getit.txt
+22-6Lines changed: 22 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,33 @@ ref: get_it
4
4
lang: en
5
5
---
6
6
7
-
== Build latest LibreMesh code, locally using OpenWrt buildroot
7
+
== Download it: The firmware selector
8
8
9
-
Refer to the link:development.html[Development] page, use the v2020.4 tag for compiling the latest release: *LibreMesh 2020.4 ExpansiveEmancipation*.
9
+
At this page you can search for your router model and download the adequate file: "factory", for the first installation, or "sysupgrade", for replacing OpenWrt or from an older LibreMesh version:
10
10
11
-
== Download Precompiled Binaries
11
+
https://repo.libremesh.org/selector/
12
12
13
-
The latest stable release is available as a precompiled binary only for devices within the ath79 target of OpenWrt. Look for your router model in our downloads website:
13
+
If no result is displayed, please select the "mini" version from the list of the available LibreMesh versions and search again.
14
14
15
-
https://downloads.libremesh.org/current/
15
+
For finding all the LibreMesh firmware images, including old versions, check out this page:
16
16
17
-
and double check the correct file to use using the information available on the OpenWrt wiki, see their link:https://openwrt.org/toh/start[Table of Hardware here].
17
+
https://repo.libremesh.org/
18
+
19
+
To find the right file to use, please refer to the OpenWrt wiki, see their link:https://openwrt.org/toh/start[Table of Hardware here].
20
+
21
+
== Build it online: The firmware selector with custom packages
22
+
23
+
After selecting the LibreMesh version and the router model on the https://repo.libremesh.org/selector[LibreMesh firmware selector page], you will see a "Customize installed packages and/or first boot script" button. Click it and you will be able to add or remove packages to the firmware.
24
+
25
+
Also, you can add custom configuration adding the package of a https://libremesh.org/development-network_profiles.html[network profile] (for example, the package of the network profile for the "calafou" community and the "indoor2" type will be named `profile-calafou-indoor2`).
26
+
27
+
Additionally, you can add BASH commands to be run just after flashing the LibreMesh firmware in the "Script to run on first boot (uci-defaults)" section.
28
+
29
+
When you are happy with the settings, press "Request build" and the system will compile a new LibreMesh image just for you!
30
+
31
+
== Build it locally: The OpenWrt buildroot with the LibreMesh modules
32
+
33
+
Refer to the link:development.html[Development] page, use the v2024.1 tag and use OpenWrt 23.05.5 for compiling the latest release: *LibreMesh 2024.1 Fantastic Forwarder*.
0 commit comments