This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
user_guide:mikrotik:openwrt_rb750gr3_sdk_19 [2021/02/16 12:37] – [Select required packages] admin | user_guide:mikrotik:openwrt_rb750gr3_sdk_19 [2021/03/15 09:14] (current) – [Select required packages] admin | ||
---|---|---|---|
Line 282: | Line 282: | ||
^ Package | ^ Package | ||
- | | coova-chilli | + | | coova-chilli |
| luci | Luci -> Collections | Required for web management | | luci | Luci -> Collections | Required for web management | ||
- | | luci-theme-material | + | | luci-theme-material |
* After that you can save and exit | * After that you can save and exit | ||
Line 292: | Line 292: | ||
* Enter the following under the **openwrt** folder | * Enter the following under the **openwrt** folder | ||
<code bash> | <code bash> | ||
- | make menuconfig | + | make |
+ | </ | ||
+ | * If the build completes with success it will be located here: | ||
+ | <code bash> | ||
+ | ls -l bin/ | ||
+ | total 9412 | ||
+ | -rw-r--r-- 1 system system | ||
+ | -rw-r--r-- 1 system system | ||
+ | -rw-r--r-- 1 system system | ||
+ | -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 | ||
+ | -rw-r--r-- 1 system system | ||
+ | -rw-r--r-- 1 system system | ||
</ | </ | ||