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 [2026/03/14 15:01] systemnetwork:firmware:prep [2026/04/06 14:14] (current) system
Line 14: Line 14:
 <code bash> <code bash>
 sudo apt-get update sudo apt-get update
-sudo apt-get install build-essential subversion git-core libncurses5-dev zlib1g-dev gawk flex quilt libssl-dev xsltproc libxml-parser-perl unzip mercurial+sudo apt-get install build-essential subversion git-core libncurses5-dev zlib1g-dev gawk flex quilt libssl-dev xsltproc libxml-parser-perl unzip mercurial swig
 </code> </code>
 ==== Storage location for the SDK ==== ==== Storage location for the SDK ====
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 **25.12.0**.+  * Here we create a folder for version **25.12.2**.
  
 <code bash> <code bash>
 # Create the working directory  # Create the working directory 
-mkdir 25.12.0+mkdir 25.12.2
 # Change to our working directory  # Change to our working directory 
-cd 25.12.0+cd 25.12.2
 </code> </code>
  
Line 45: Line 45:
 git tag -l git tag -l
 </code> </code>
-  * We will checkout the tag **25.13.0**.+  * We will checkout the tag **25.12.2**.
 <code bash> <code bash>
-git checkout v25.13.0+git checkout v25.12.2
 </code> </code>
-  * Confirm that this **25.13.0** is now checked out.+  * Confirm that this **25.12.2** is now checked out.
 <code bash> <code bash>
 git branch git branch
Line 71: Line 71:
 ./scripts/feeds install mosquitto ./scripts/feeds install mosquitto
 ./scripts/feeds install lua-mosquitto ./scripts/feeds install lua-mosquitto
-#For backward compatibility in 25.13 with older Luci libs+#For backward compatibility in 25.12 with older Luci libs
 ./scripts/feeds install luci-compat ./scripts/feeds install luci-compat
 #Add the iptables translator package to translate iptables to nftables #Add the iptables translator package to translate iptables to nftables
Line 117: Line 117:
   * Now everything is ready to add the MESHdesk package.   * Now everything is ready to add the MESHdesk package.
  
-[[network:firmware:meshdesk|OpenWRT 25.13.x with MESHdesk packages]]+[[network:firmware:meshdesk|OpenWRT 25.12.x with MESHdesk packages]]
  
  
  
  • network/firmware/prep.1773493287.txt.gz
  • Last modified: 2026/03/14 15:01
  • by system