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:meshdesk [2026/05/15 09:41] – [Checkout the MESHdesk code] systemnetwork:firmware:meshdesk [2026/07/08 09:16] (current) – [Edit - Panel] system
Line 76: Line 76:
        - **files** - This is the overwrite structure that contains files to be overwritten during the build process.        - **files** - This is the overwrite structure that contains files to be overwritten during the build process.
        - **luci-app-meshdesk** - This is the Luci application that allows you to enable or disable centralized control of the device.        - **luci-app-meshdesk** - This is the Luci application that allows you to enable or disable centralized control of the device.
 +
 +===== Configure SSL for CoovaChilli =====
 +  * You need to decode the cert and key files used by CoovaChilli and place them in the required folder.
 +<code bash>
 +#cd to the working directory
 +base64 -d ./openwrt-meshdesk/ssl/k-b64.txt  > ./openwrt-meshdesk/MESHdesk/files/MESHdesk/captive_portals/key.pem
 +base64 -d ./openwrt-meshdesk/ssl/c-b64.txt  > ./openwrt-meshdesk/MESHdesk/files/MESHdesk/captive_portals/cert.pem 
 +</code>
  
 ===== Copying the three components ===== ===== Copying the three components =====
Line 94: Line 102:
 </code> </code>
  
-===== Configure SSL for CoovaChilli ===== 
-  * You need to decode the cert and key files used by CoovaChilli and place them in the required folder. 
-<code bash> 
-#cd to the working directory 
-base64 -d ./openwrt-meshdesk/ssl/k-b64.txt  > ./openwrt-meshdesk/MESHdesk/files/MESHdesk/captive_portals/key.pem 
-base64 -d ./openwrt-meshdesk/ssl/c-b64.txt  > ./openwrt-meshdesk/MESHdesk/files/MESHdesk/captive_portals/cert.pem  
-</code> 
  
 ===== Updating the available packages ===== ===== Updating the available packages =====
Line 237: Line 238:
  
 <panel type="primary" title="Files" no-body="true"> <panel type="primary" title="Files" no-body="true">
-^On Device   ^On SDK    ^ +^On Device   ^Folder and file in SDK    ^ 
-|/etc/MESHdesk/configs/wan_network  |openwrt/files/etc/MESHdesk/configs/ +|/etc/MESHdesk/configs/wan_network  |openwrt/files/etc/MESHdesk/configs/wan_network  | 
-|/etc/config/meshdesk  | openwrt/files/etc/config +|/etc/config/meshdesk  | openwrt/files/etc/config/meshdesk  | 
-|/etc/MESHdesk/configs/captive_config.json  |openwrt/files/etc/MESHdesk/configs/  | +|/etc/MESHdesk/configs/captive_config.json  |openwrt/files/etc/MESHdesk/configs/captive_config.json  |
-|/etc/MESHdesk/reporting/report_to_server.lua  |openwrt/files/etc/MESHdesk/reporting  |+
 </panel> </panel>
   * This brings us to the end of the page that describes how to create MESHdesk firmware for specific hardware.   * This brings us to the end of the page that describes how to create MESHdesk firmware for specific hardware.
  
  • network/firmware/meshdesk.1778830862.txt.gz
  • Last modified: 2026/05/15 09:41
  • by system