Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| network:firmware:meshdesk [2026/05/14 09:41] – system | network:firmware:meshdesk [2026/07/08 09:16] (current) – [Edit - Panel] system | ||
|---|---|---|---|
| Line 69: | Line 69: | ||
| * Check out the **openwrt-meshdesk** package from the Github repository. | * Check out the **openwrt-meshdesk** package from the Github repository. | ||
| < | < | ||
| - | #Do this in the working directory e.g. cd 25.12.2 (on the same level as the openwrt directory) | + | #Do this in the working directory e.g. cd 25.12.3 (on the same level as the openwrt directory) |
| git clone https:// | git clone https:// | ||
| </ | </ | ||
| 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 ./ | ||
| + | base64 -d ./ | ||
| + | </ | ||
| ===== Copying the three components ===== | ===== Copying the three components ===== | ||
| Line 94: | Line 102: | ||
| </ | </ | ||
| - | ===== 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 ./ | ||
| - | base64 -d ./ | ||
| - | </ | ||
| ===== Updating the available packages ===== | ===== Updating the available packages ===== | ||
| Line 199: | Line 200: | ||
| WARNING: Makefile ' | WARNING: Makefile ' | ||
| WARNING: Makefile ' | WARNING: Makefile ' | ||
| - | make[2]: Entering directory '/ | + | make[2]: Entering directory '/ |
| make[2]: ' | make[2]: ' | ||
| - | make[2]: Leaving directory '/ | + | make[2]: Leaving directory '/ |
| make[1] world | make[1] world | ||
| make[2] target/ | make[2] target/ | ||
| Line 237: | Line 238: | ||
| <panel type=" | <panel type=" | ||
| - | ^On Device | + | ^On Device |
| - | |/ | + | |/ |
| - | |/ | + | |/ |
| - | |/ | + | |/ |
| - | |/ | + | |
| </ | </ | ||
| * 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. | ||