Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
network:firmware:prep [2025/05/31 17:40] systemnetwork:firmware:prep [2025/08/12 15:35] (current) – [Install the required packages] system
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 **24.10.1**.+  * Here we create a folder for version **24.10.2**.
  
 <code bash> <code bash>
 # Create the working directory  # Create the working directory 
-mkdir 24.10.1+mkdir 24.10.2
 # Change to our working directory  # Change to our working directory 
-cd 24.10.1+cd 24.10.2
 </code> </code>
  
Line 43: Line 43:
 git tag -l git tag -l
 </code> </code>
-  * We will checkout the tag **24.10.1**.+  * We will checkout the tag **24.10.2**.
 <code bash> <code bash>
-git checkout v24.10.1+git checkout v24.10.2
 </code> </code>
-  * Confirm that this **24.10.1** is now checked out.+  * Confirm that this **24.10.2** is now checked out.
 <code bash> <code bash>
 git branch git branch
Line 103: Line 103:
 ./scripts/feeds install libqmi ./scripts/feeds install libqmi
 ./scripts/feeds install luci-proto-qmi ./scripts/feeds install luci-proto-qmi
 +#Aug 2025 For Per Device Bandwidth Monitoring
 +./scripts/feeds install nlbwmon
 +./scripts/feeds install luci-app-nlbwmon
 </code> </code>
   * Now everything is ready to add the MESHdesk package.   * Now everything is ready to add the MESHdesk package.
  • network/firmware/prep.1748706040.txt.gz
  • Last modified: 2025/05/31 17:40
  • by system