Changes

Line 260: Line 260:  
  nano gpl_version
 
  nano gpl_version
   −
Replace the content to the desired firmware version. To save, type '''Ctrl + X'''. Then, click '''Y'''. The output should be similar to this:
+
Replace the content to the desired firmware version. To save, type '''Ctrl + X'''. Then, click '''Y'''.  
   −
[[File:FWV.png|thumb]]
+
[[File:FWV.png|border|class=tlt-border]]
 +
 
 +
After making changes and saving them to the directory, we may '''build compile''' using the following commands:
 +
 
 +
./scripts/feeds update -a
 +
 
 +
make clean
 +
 
 +
Following that, we can execute the "'''nproc'''" command to determine the number of processors, and it will return a number, such as 1, allowing us to run command. “'''make -j1 V=sc'''” for verbose output. This way you will see more logs that may help to troubleshoot compilation issues.
 +
 
 +
The firmware can then be found in the directory listed below '''*Depends on the target*''':
 +
rutos-ath79-rut9-gpl>bin>targets>ath79>generic>tltFws>Company_Ex_99.99.99_WEBUI
 +
'''file name''': Company_Ex_99.99.99_WEBUI
 +
 
 +
'''RESULTS:'''
 +
 
 +
[[File:Version1.png|border|class=tlt-border]]
 +
 
 +
[[File:Version2.png|border|class=tlt-border]]
    
==Changing Company Links==
 
==Changing Company Links==