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:overview [2024/02/16 05:54] systemnetwork: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 website.
   * 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, you can visit the project's website here: [[https://openwrt.org/|https://openwrt.org]] for more info.   * Without duplicating the existing documentation, you can visit the project's website here: [[https://openwrt.org/|https://openwrt.org]] for more info.
Line 23: Line 23:
  
 ===== MESHdesk package ===== ===== MESHdesk package =====
-  * OpenWrt follows the same pattern as most other Linux distributions: It has a package manager (opkg) that is used to install software on the device.+  * OpenWrt follows the same pattern as most other Linux distributions: It has a package manager (opkg and now with 25.12.x upward ipkg) that is used to install software on the device
 +  * 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.
Line 53: Line 54:
 Next, we will prepare the environment for the OpenWrt SDK. Next, we will prepare the environment for the OpenWrt SDK.
  
-[[network:firmware:prep|Prepare OpenWRT 23.05.x on Ubuntu 22.04]]+[[network:firmware:prep|Prepare OpenWRT 24.10.x on Ubuntu 24.04]]
  
  
  • network/firmware/overview.1708055687.txt.gz
  • Last modified: 2024/02/16 05:54
  • by system