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 [2024/02/17 14:30] – [Files to tweak] system | network:firmware:meshdesk [2025/04/15 05:18] (current) – system | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ---- | ---- | ||
| - | ====== OpenWRT | + | ====== OpenWRT |
| <alert type=" | <alert type=" | ||
| - | Follow these instructions to include the MESHdesk package on devices that can run OpenWRT version | + | Follow these instructions to include the MESHdesk package on devices that can run OpenWRT version |
| </ | </ | ||
| ===== Minimum hardware requirements ===== | ===== Minimum hardware requirements ===== | ||
| 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 23.05.2 (on the same level as the openwrt directory) | + | #Do this in the working directory e.g. cd 24.10.1 (on the same level as the openwrt directory) |
| git clone https:// | git clone https:// | ||
| </ | </ | ||
| Line 128: | Line 128: | ||
| ^ Location | ^ Location | ||
| | Base system | | Base system | ||
| - | | Kernel Modules -> Network Support | + | | Base system |
| | Kernel Modules -> Netfilter Extensions | | Kernel Modules -> Netfilter Extensions | ||
| + | | Kernel Modules -> Network Devices | ||
| + | | Kernel Modules -> Network Support | ||
| | Languages -> Lua |lua-mosquitto | | Languages -> Lua |lua-mosquitto | ||
| | Languages -> Lua |**libiwinfo-lua** | | Languages -> Lua |**libiwinfo-lua** | ||
| Line 137: | Line 139: | ||
| | Luci -> Modules | | Luci -> Modules | ||
| | Luci -> Applications | | Luci -> Applications | ||
| + | | Luci -> Applications | ||
| | Luci -> Themes | | Luci -> Themes | ||
| | Luci -> Libraries | | Luci -> Libraries | ||
| Line 150: | Line 153: | ||
| |Network | |Network | ||
| |Network | |Network | ||
| + | </ | ||
| + | |||
| + | <panel type=" | ||
| + | ^ Location | ||
| + | | Kernel modules -> USB Support | kmod-usb-net-cdc-mbim | ||
| + | | Kernel modules -> USB Support | kmod-usb-net-qmi-wwan | ||
| + | | Kernel modules -> USB Support | kmod-usb-serial-option | optional - for AT commands | | ||
| + | | Kernel modules -> USB Support | kmod-usb-serial-qualcomm | ||
| + | | Kernel modules -> USB Support | kmod-usb-serial-sierrawireless | ||
| + | | Kernel modules -> USB Support | kmod-usb-wdm | ||
| + | | Network -> WWAN |uqmi | | | ||
| + | | Utilities | ||
| + | | Utilities -> Terminal |minicom | ||
| + | |||
| + | |||
| + | |||
| </ | </ | ||
| Line 171: | Line 190: | ||
| 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 183: | Line 202: | ||
| ===== Files to tweak ===== | ===== Files to tweak ===== | ||
| Use ssh to gain access to the device to modify these files. | Use ssh to gain access to the device to modify these files. | ||
| - | <panel type=" | ||
| < | < | ||
| * {{fa> | * {{fa> | ||
| Line 189: | Line 207: | ||
| * {{fa> | * {{fa> | ||
| </ | </ | ||
| - | </ | + | |
| * Once the customizations are complete, we can test everything. | * Once the customizations are complete, we can test everything. | ||