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 [2024/02/17 14:30] – [Files to tweak] systemnetwork:firmware:meshdesk [2025/04/15 05:18] (current) system
Line 6: Line 6:
 ---- ----
  
-====== OpenWRT 23.05.x with MESHdesk packages ======+====== OpenWRT 24.10.x with MESHdesk packages ======
 <alert type="info"> <alert type="info">
-Follow these instructions to include the MESHdesk package on devices that can run OpenWRT version 23.05.x+Follow these instructions to include the MESHdesk package on devices that can run OpenWRT version 24.10.x
 </alert> </alert>
 ===== 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.
 <code> <code>
-#Do this in the working directory e.g. cd 23.05.(on the same level as the openwrt directory)+#Do this in the working directory e.g. cd 24.10.(on the same level as the openwrt directory)
 git clone https://github.com/RADIUSdesk/openwrt-meshdesk.git openwrt-meshdesk git clone https://github.com/RADIUSdesk/openwrt-meshdesk.git openwrt-meshdesk
 </code> </code>
Line 128: Line 128:
 ^ Location      ^ Package       ^ Comment        ^ ^ Location      ^ Package       ^ Comment        ^
 | Base system    |**MESHdesk**    |     | | Base system    |**MESHdesk**    |     |
-Kernel Modules -> Network Support  kmod-batman-adv | Keep the default options |+Base system    |sqm-scripts   Used for bandwidth control on VLANs
 | Kernel Modules -> Netfilter Extensions  | kmod-nft-bridge | <wrap em>Include if you want to block or speed limit users</wrap> | | Kernel Modules -> Netfilter Extensions  | kmod-nft-bridge | <wrap em>Include if you want to block or speed limit users</wrap> |
 +| Kernel Modules -> Network Devices  | kmod-dummy | Include for internal VLAN (Dynamic RADIUS based VLANs on AP) |
 +| Kernel Modules -> Network Support  | kmod-batman-adv | Keep the default options |
 | Languages -> Lua  |lua-mosquitto  |      | | Languages -> Lua  |lua-mosquitto  |      |
 | Languages -> Lua  |**libiwinfo-lua**       | | Languages -> Lua  |**libiwinfo-lua**       |
Line 137: Line 139:
 | Luci -> Modules    | **luci-compat**   | Needs this modules for our package **VERY IMPORTANT** | | Luci -> Modules    | **luci-compat**   | Needs this modules for our package **VERY IMPORTANT** |
 | Luci -> Applications    | **luci-app-meshdesk**  | Luci App to enable and disable central management | | Luci -> Applications    | **luci-app-meshdesk**  | Luci App to enable and disable central management |
 +| Luci -> Applications    | luci-app-sqm  | Used for bandwidth control on VLANs 
 | Luci -> Themes   | **luci-theme-material**  | Modern theme that is easy to customize | | Luci -> Themes   | **luci-theme-material**  | Modern theme that is easy to customize |
 | Luci ->  Libraries  | **luci-lib-httpclient**  |  | | Luci ->  Libraries  | **luci-lib-httpclient**  |  |
Line 150: Line 153:
 |Network  | mosquitto-client-ssl  | Note the **CLIENT** package | |Network  | mosquitto-client-ssl  | Note the **CLIENT** package |
 |Network  | iw-full  | Required for Hotspot 2.0 | |Network  | iw-full  | Required for Hotspot 2.0 |
 +</panel>
 +
 +<panel type="primary" title="Advanced Package selection" no-body="true">
 +^ Location      ^ Package       ^ Comment        ^
 +| 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    |usb-modeswitch    |Used with LTE USB dongles  |
 +| Utilities -> Terminal |minicom      |
 +
 +
 +
 </panel> </panel>
  
Line 171: Line 190:
 WARNING: Makefile 'package/utils/policycoreutils/Makefile' has a dependency on 'libpam', which does not exist WARNING: Makefile 'package/utils/policycoreutils/Makefile' has a dependency on 'libpam', which does not exist
 WARNING: Makefile 'package/utils/policycoreutils/Makefile' has a build dependency on 'libpam', which does not exist WARNING: Makefile 'package/utils/policycoreutils/Makefile' has a build dependency on 'libpam', which does not exist
-make[2]: Entering directory '/home/system/Documents/fw_sdk/23.05.2/openwrt/scripts/config'+make[2]: Entering directory '/home/system/Documents/fw_sdk/24.10.1/openwrt/scripts/config'
 make[2]: 'conf' is up to date. make[2]: 'conf' is up to date.
-make[2]: Leaving directory '/home/system/Documents/fw_sdk/23.05.2/openwrt/scripts/config'+make[2]: Leaving directory '/home/system/Documents/fw_sdk/24.10.1/openwrt/scripts/config'
 make[1] world make[1] world
 make[2] target/compile make[2] target/compile
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="primary"> 
 <list-group> <list-group>
   * {{fa>file?fw}} [[:network:firmware:openwrt-wan-network|wan_network]]   * {{fa>file?fw}} [[:network:firmware:openwrt-wan-network|wan_network]]
Line 189: Line 207:
   * {{fa>file?fw}} [[:network:firmware:captive_portal-json|captive_portal.json]]   * {{fa>file?fw}} [[:network:firmware:captive_portal-json|captive_portal.json]]
 </list-group> </list-group>
-</panel>+
  
   * Once the customizations are complete, we can test everything.   * Once the customizations are complete, we can test everything.
  • network/firmware/meshdesk.1708173059.txt.gz
  • Last modified: 2024/02/17 14:30
  • by system