Changes

no edit summary
Line 155: Line 155:  
After making changes and saving them to the directory, we may build compile using the following commands:
 
After making changes and saving them to the directory, we may build compile using the following commands:
   −
1- ./scripts/feeds update -a
+
./scripts/feeds update -a
   −
2- make clean
+
make clean
   −
3- Following that, we must 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.
+
Following that, we must 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*:
 
The firmware can then be found in the directory listed below *Depends on the target*:
Line 187: Line 187:  
After making changes and saving them to the directory, we may build compile using the following commands:
 
After making changes and saving them to the directory, we may build compile using the following commands:
   −
1- ./scripts/feeds update -a
+
./scripts/feeds update -a
   −
2- make clean
+
make clean
   −
3- Following that, we must 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.
+
Following that, we must 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*:
 
The firmware can then be found in the directory listed below *Depends on the target*:
Line 202: Line 202:  
  ~/Downloads/RUTX_R_GPL_00.07.05.3/rutos-ipq40xx-rutx-gpl/package/base-files/files
 
  ~/Downloads/RUTX_R_GPL_00.07.05.3/rutos-ipq40xx-rutx-gpl/package/base-files/files
   −
[[File:SSH1.jpg|border|class=tlt-border]]
+
[[File:Image (18).png|border|class=tlt-border]]
    
Make sure that the file that we want to edit is in the similar file path as above.
 
Make sure that the file that we want to edit is in the similar file path as above.
   −
[[File:Ssh2.jpg|border|class=tlt-border]]
+
[[File:Image (16).png|border|class=tlt-border]]
    
It shall open up as  above , after making the desired changes to the banner, you can then save those modifications.
 
It shall open up as  above , after making the desired changes to the banner, you can then save those modifications.
Line 212: Line 212:  
After making changes and saving them to the directory, we may build compile using the following commands:
 
After making changes and saving them to the directory, we may build compile using the following commands:
   −
1- ./scripts/feeds update -a
+
./scripts/feeds update -a
   −
2- make clean
+
make clean
   −
3- Following that, we must 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.
+
Following that, we must 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*:
 
The firmware can then be found in the directory listed below *Depends on the target*:
Line 235: Line 235:  
Make sure that the file that we want to edit is in the similar file path as above.
 
Make sure that the file that we want to edit is in the similar file path as above.
   −
[[File:COMPANYLINKS.png|border|class=tlt-border]]
+
[[File:Image (17).png|border|class=tlt-border]]
    
It shall open up as  above , after making the desired changes to the banner, you can then save those modifications.
 
It shall open up as  above , after making the desired changes to the banner, you can then save those modifications.
Line 241: Line 241:  
After making changes and saving them to the directory, we may build compile using the following commands:
 
After making changes and saving them to the directory, we may build compile using the following commands:
   −
1- ./scripts/feeds update -a
+
./scripts/feeds update -a
   −
2- make clean
+
make clean
   −
3- Following that, we must 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.
+
Following that, we must 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*:
 
The firmware can then be found in the directory listed below *Depends on the target*:
Line 279: Line 279:  
After making changes and saving them to the directory, we may build compile using the following commands:
 
After making changes and saving them to the directory, we may build compile using the following commands:
   −
1- ./scripts/feeds update -a
+
./scripts/feeds update -a
   −
2- make clean
+
make clean
   −
3- Following that, we must 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.
+
Following that, we must 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*:
 
The firmware can then be found in the directory listed below *Depends on the target*:
Line 296: Line 296:  
[[File:BRANDRESULTS1.png|border|class=tlt-border]]
 
[[File:BRANDRESULTS1.png|border|class=tlt-border]]
   −
==Changing Device Logo==
+
==Changing Favicon==
To modify the Device logo, you can make use search tool in the extracted GPL. To access this, follow these steps from the root directory of your project, you can find the TWO files from route below:
+
To modify the Favicon, you can make use search tool in the extracted GPL. To access this, follow these steps from the root directory of your project, you can find the TWO files from route below:
    
'''First File:'''
 
'''First File:'''
Line 317: Line 317:  
After making changes and saving them to the directory, we may build compile using the following commands:
 
After making changes and saving them to the directory, we may build compile using the following commands:
   −
1- ./scripts/feeds update -a
+
./scripts/feeds update -a
   −
2- make clean
+
make clean
   −
3- Following that, we must 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.
+
Following that, we must 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*:
 
The firmware can then be found in the directory listed below *Depends on the target*:

Navigation menu