Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| network:firmware:overview [2025/04/15 05:15] – [Include your own files] system | network:firmware:overview [2026/05/15 09:38] (current) – system | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| * This page is aimed at people who are familiar with Linux but new to the OpenWrt world. | * This page is aimed at people who are familiar with Linux but new to the OpenWrt world. | ||
| * OpenWrt is a very popular project that allows you to create your own Linux-based firmware that you can use on embedded devices. | * OpenWrt is a very popular project that allows you to create your own Linux-based firmware that you can use on embedded devices. | ||
| - | * There are pre-built firmware images for many hardware models that you can download from the website. | + | * There are pre-built firmware images for many hardware models that you can download from the OpenWrt |
| * You can also compile your own firmware using the OpenWrt SDK (Software Development Kit) | * You can also compile your own firmware using the OpenWrt SDK (Software Development Kit) | ||
| * Without duplicating the existing documentation, | * Without duplicating the existing documentation, | ||
| Line 23: | Line 23: | ||
| ===== MESHdesk package ===== | ===== MESHdesk package ===== | ||
| - | * OpenWrt follows the same pattern as most other Linux distributions: | + | * OpenWrt follows the same pattern as most other Linux distributions: |
| + | * Ipkg is more or less a drop-in replacement to opkg so the basics stays the same. | ||
| * This package manager also takes care of the dependencies. | * This package manager also takes care of the dependencies. | ||
| * Packages can be installed after the device has been flashed and is running OpenWrt, or they can be included in the firmware image during compilation. | * Packages can be installed after the device has been flashed and is running OpenWrt, or they can be included in the firmware image during compilation. | ||