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/07/11 16:57] – [Install the required packages] system | network:firmware:prep [2025/10/18 07:46] (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.3**. | + | * Here we create a folder for version **24.10.3**. |
| <code bash> | <code bash> | ||
| # Create the working directory | # Create the working directory | ||
| - | mkdir 23.05.3 | + | mkdir 24.10.3 |
| # Change to our working directory | # Change to our working directory | ||
| - | cd 23.05.3 | + | cd 24.10.3 |
| </ | </ | ||
| Line 43: | Line 43: | ||
| git tag -l | git tag -l | ||
| </ | </ | ||
| - | * We will checkout the tag **v23.05.3**. | + | * We will checkout the tag **24.10.3**. |
| <code bash> | <code bash> | ||
| - | git checkout | + | git checkout |
| </ | </ | ||
| - | * Confirm that this **v23.05.3** is now checked out. | + | * Confirm that this **24.10.3** 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 82: | Line 82: | ||
| #If you are going to implement OpenVPN tunnels | #If you are going to implement OpenVPN tunnels | ||
| ./ | ./ | ||
| + | #If you are going to do Hotspot 2.0 | ||
| + | ./ | ||
| + | #If you will use SQM/CAKE for bandwidth limiting and controlling Buffer Bloat | ||
| + | ./ | ||
| + | ./ | ||
| + | #If you will implement the Multi-WAN functionality | ||
| + | ./ | ||
| + | ./ | ||
| + | #With Multi-WAN you might need the LTE related packages | ||
| + | ./ | ||
| + | ./ | ||
| + | ./ | ||
| + | ./ | ||
| + | ./ | ||
| + | ./ | ||
| + | ./ | ||
| + | ./ | ||
| + | ./ | ||
| + | ./ | ||
| + | ./ | ||
| + | ./ | ||
| + | #Aug 2025 For Per Device Bandwidth Monitoring | ||
| + | ./ | ||
| + | ./ | ||
| </ | </ | ||
| * Now everything is ready to add the MESHdesk package. | * Now everything is ready to add the MESHdesk package. | ||
| - | [[network: | + | [[network: |