% git log --no-merges --pretty=oneline --abbrev-commit 20250708...20250808 53f89ed819bc qcom: Add QDSP firmware file for Qualcomm QDU100 device. 35abebaa15c1 ath12k: WCN7850 hw2.0: update to WLAN.HMT.1.1.c5-00302-QCAHMTSWPL_V1.0_V2.0_SILICONZ-1.115823.3 7aa2aba3a90e ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.5-01651-QCAHKSWPL_SILICONZ-1 db7327128eff ath11k: WCN6855 hw2.0: update board-2.bin 14794133088c ath11k: QCA6698AQ hw2.1: update to WLAN.HSP.1.1-04650-QCAHSPSWPL_V1_V2_SILICONZ_IOE-2 effe7d041975 ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.9 d4fde9ca4ecb ath11k: QCA2066 hw2.1: update board-2.bin 9188b156478e qcom: Update xbl_config firmware file. ba2549fc9730 amdgpu: Update GCN 4.0.5 microcode 61d6a5f9f1e8 amdgpu: Update SDMA 6.1.0 microcode 67ee1b80467c amdgpu: Update GC 11.5.0 microcode b2acd913eb00 qcom: Add QDU100 firmware image files required for booting. 224186ce2e8e linux-firmware: Add firmware for airoha-npu driver ebf45cd0f8d0 linux-firmware: update firmware for MT7925 WiFi device 2ccae12c4f73 mediatek MT7925: update bluetooth firmware to 20250721233113 1d2771d839ba qcom: Update DSP firmware for qcm6490 platform 8ecf764788f8 qcom: update Venus firmware file for v6.0 c3855905442a i915: Xe3LPD DMC v2.29 3768c184de68 linux-firmware: Update AMD cpu microcode 02ad2a17abc4 qcom: Add QCS6490 symlink for QUPv3 firmware 530f28320603 qcom: Add firmware binary for SM8750. dce0f1f8a3d2 amdgpu: update dmcub fw for dcn314 53d585cd763b cirrus: cs35l41: Add Firmware for various ASUS commercial Laptops using CS35L41 HDA 28964e023a39 cirrus: cs35l41: Update Firmware for Dell Oasis 5be0792a63e9 cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various Dell laptops b4cd8b7e766a qcom: Add Audio topology for QCS6490 RB3Gen2 dcd36f8607e5 intel_vpu: Update NPU firmware 43c969c12234 amdgpu: update dmcub fw for various DCN version 2aaf3bf0702c WHENCE: extract more license statements f62714f9a0ac WHENCE: clarify io_ti origin e2c1b151087b amdgpu: Update GC 11.5.1 microcode eb03c8ce595d rtw89: 8852b: update fw to v0.29.128.0 351eb5c7643f rtw89: 8852bt: update fw to v0.29.127.0 ee12f2433585 rtw89: 8922a: add regd fw element with version R72-R6 75e7b2b760ae rtw89: 8852c: add regd fw element with version R72-R57 d300c8670364 rtw89: 8922a: update BB parameter V49 5bcef62c4107 qcom: Update gpu firmwares of QCS615 chipset 40c52dd245b4 linux-firmware: Update firmware file for Intel Solar core a7be448d356e linux-firmware: Update firmware file for Intel BlazarU core 9ec63315f4c1 linux-firmware: Update firmware file for Intel BlazarI core Build system: x86/64 Build-tested: x86/64-glibc Run-tested: x86/64-glibc (Intel N150-based system) Signed-off-by: John Audia <therealgraysky@proton.me> Link: https://github.com/openwrt/openwrt/pull/19721 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> |
||
|---|---|---|
| .devcontainer/ci-env | ||
| .github | ||
| .vscode | ||
| config | ||
| include | ||
| LICENSES | ||
| package | ||
| scripts | ||
| target | ||
| toolchain | ||
| tools | ||
| .gitattributes | ||
| .gitignore | ||
| BSDmakefile | ||
| Config.in | ||
| COPYING | ||
| feeds.conf.default | ||
| Makefile | ||
| README.md | ||
| rules.mk | ||
OpenWrt Project is a Linux operating system targeting embedded devices. Instead of trying to create a single, static firmware, OpenWrt provides a fully writable filesystem with package management. This frees you from the application selection and configuration provided by the vendor and allows you to customize the device through the use of packages to suit any application. For developers, OpenWrt is the framework to build an application without having to build a complete firmware around it; for users this means the ability for full customization, to use the device in ways never envisioned.
Sunshine!
Download
Built firmware images are available for many architectures and come with a package selection to be used as WiFi home router. To quickly find a factory image usable to migrate from a vendor stock firmware to OpenWrt, try the Firmware Selector.
If your device is supported, please follow the Info link to see install instructions or consult the support resources listed below.
An advanced user may require additional or specific package. (Toolchain, SDK, ...) For everything else than simple firmware download, try the wiki download page:
Development
To build your own firmware you need a GNU/Linux, BSD or macOS system (case sensitive filesystem required). Cygwin is unsupported because of the lack of a case sensitive file system.
Requirements
You need the following tools to compile OpenWrt, the package names vary between distributions. A complete list with distribution specific packages is found in the Build System Setup documentation.
binutils bzip2 diff find flex gawk gcc-6+ getopt grep install libc-dev libz-dev
make4.1+ perl python3.7+ rsync subversion unzip which
Quickstart
-
Run
./scripts/feeds update -ato obtain all the latest package definitions defined in feeds.conf / feeds.conf.default -
Run
./scripts/feeds install -ato install symlinks for all obtained packages into package/feeds/ -
Run
make menuconfigto select your preferred configuration for the toolchain, target system & firmware packages. -
Run
maketo build your firmware. This will download all sources, build the cross-compile toolchain and then cross-compile the GNU/Linux kernel & all chosen applications for your target system.
Related Repositories
The main repository uses multiple sub-repositories to manage packages of
different categories. All packages are installed via the OpenWrt package
manager called opkg. If you're looking to develop the web interface or port
packages to OpenWrt, please find the fitting repository below.
-
LuCI Web Interface: Modern and modular interface to control the device via a web browser.
-
OpenWrt Packages: Community repository of ported packages.
-
OpenWrt Routing: Packages specifically focused on (mesh) routing.
-
OpenWrt Video: Packages specifically focused on display servers and clients (Xorg and Wayland).
Support Information
For a list of supported devices see the OpenWrt Hardware Database
Documentation
Support Community
- Forum: For usage, projects, discussions and hardware advise.
- Support Chat: Channel
#openwrton oftc.net.
Developer Community
- Bug Reports: Report bugs in OpenWrt
- Dev Mailing List: Send patches
- Dev Chat: Channel
#openwrt-develon oftc.net.
License
OpenWrt is licensed under GPL-2.0
