RADIUSdesk

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
user_guide:mikrotik:openwrt_rb750gr3_sdk_19 [2021/02/16 12:31] – [Tweak CoovaChilli to include support for JSON] adminuser_guide:mikrotik:openwrt_rb750gr3_sdk_19 [2021/03/15 09:14] (current) – [Select required packages] admin
Line 282: Line 282:
  
 ^ Package      ^ Location       ^ Comment          ^ ^ Package      ^ Location       ^ Comment          ^
-| coova-chilli   | Network -> Captive Portals    | Select **Enable the JSON interface for the CoovaChilli Controller** and  **OpenSSL** as **SSL Library**       |+| coova-chilli   | Network -> Captive Portals    | Select **Enable the JSON interface for the CoovaChilli Controller**, **Enable support Coova miniportal** and  **OpenSSL** as **SSL Library**       |
 | luci  | Luci -> Collections | Required for web management    | | luci  | Luci -> Collections | Required for web management    |
-| luci-theme-material  | Luci -> Themes | Modern them as a nice-to-have    |+| luci-theme-material  | Luci -> Themes | Modern theme as a nice-to-have    |
  
   * After that you can save and exit   * After that you can save and exit
 +
 +===== Kick off the built =====
 +  * Everything is now in place to start the firmware built
 +  * Enter the following under the **openwrt** folder
 +<code bash>
 +make
 +</code>
 +  * If the build completes with success it will be located here:
 +<code bash>
 +ls -l bin/targets/ramips/mt7621/
 +total 9412
 +-rw-r--r-- 1 system system    1590 Feb 16 15:39 config.buildinfo
 +-rw-r--r-- 1 system system     343 Feb 16 15:39 feeds.buildinfo
 +-rw-r--r-- 1 system system    3196 Feb 16 15:41 openwrt-ramips-mt7621-device-mikrotik-rb750gr3.manifest
 +-rwxr-xr-x 1 system system 4692436 Feb 16 15:41 openwrt-ramips-mt7621-mikrotik_rb750gr3-initramfs-kernel.bin
 +-rw-r--r-- 1 system system 4915980 Feb 16 15:41 openwrt-ramips-mt7621-mikrotik_rb750gr3-squashfs-sysupgrade.bin
 +drwxr-xr-x 2 system system    4096 Feb 16 15:40 packages
 +-rw-r--r-- 1 system system     628 Feb 16 15:41 sha256sums
 +-rw-r--r-- 1 system system      18 Feb 16 15:39 version.buildinfo
 +
 +</code>
 +