Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
network:firmware:prep [2024/11/19 09:18] – [Install the required packages] system | network:firmware:prep [2025/05/31 17:40] (current) – system | ||
---|---|---|---|
Line 6: | Line 6: | ||
---- | ---- | ||
- | ====== Prepare OpenWRT | + | ====== Prepare OpenWRT |
===== Prepare The System ===== | ===== Prepare The System ===== | ||
* This page describes the preparations you need to make in order to build OpenWRT with the included MESHdesk packages. | * This page describes the preparations you need to make in order to build OpenWRT with the included MESHdesk packages. | ||
Line 21: | Line 21: | ||
* We recommend that you create a folder that contains the version of the firmware you are going to build. | * We recommend that you create a folder that contains the version of the firmware you are going to build. | ||
* You must do this as a normal Linux user (not root). | * You must do this as a normal Linux user (not root). | ||
- | * Here we create a folder for version **23.05.5**. | + | * Here we create a folder for version **24.10.1**. |
<code bash> | <code bash> | ||
# Create the working directory | # Create the working directory | ||
- | mkdir 23.05.5 | + | mkdir 24.10.1 |
# Change to our working directory | # Change to our working directory | ||
- | cd 23.05.5 | + | cd 24.10.1 |
</ | </ | ||
Line 43: | Line 43: | ||
git tag -l | git tag -l | ||
</ | </ | ||
- | * We will checkout the tag **v23.05.5**. | + | * We will checkout the tag **24.10.1**. |
<code bash> | <code bash> | ||
- | git checkout | + | git checkout |
</ | </ | ||
- | * Confirm that this **v23.05.5** is now checked out. | + | * Confirm that this **24.10.1** is now checked out. |
<code bash> | <code bash> | ||
git branch | git branch | ||
Line 69: | Line 69: | ||
./ | ./ | ||
./ | ./ | ||
- | #For backward compatibility in 23.05 with older Luci libs | + | #For backward compatibility in 24.10 with older Luci libs |
./ | ./ | ||
#Add the iptables translator package to translate iptables to nftables | #Add the iptables translator package to translate iptables to nftables | ||
Line 84: | Line 84: | ||
#If you are going to do Hotspot 2.0 | #If you are going to do Hotspot 2.0 | ||
./ | ./ | ||
- | #If you will use SQM/CAKE for bandwidth limiting and controlling Buffer Bloat (Work In Progress Jul 2023) | + | #If you will use SQM/CAKE for bandwidth limiting and controlling Buffer Bloat |
./ | ./ | ||
./ | ./ | ||
Line 90: | Line 90: | ||
./ | ./ | ||
./ | ./ | ||
- | ./ | ||
#With Multi-WAN you might need the LTE related packages | #With Multi-WAN you might need the LTE related packages | ||
./ | ./ | ||
Line 101: | Line 100: | ||
./ | ./ | ||
./ | ./ | ||
+ | ./ | ||
+ | ./ | ||
+ | ./ | ||
</ | </ | ||
* Now everything is ready to add the MESHdesk package. | * Now everything is ready to add the MESHdesk package. | ||
- | [[network: | + | [[network: |