% git log --no-merges --pretty=oneline --abbrev-commit 20250917...20251011 25c3a14ddccc qcom: add CDSP firmware for kaanapali platform 0a5f7ace0a17 qcom: add version for A650 GMU firmware ff1f6b9a25d3 qca: Update Bluetooth WCN6750 1.1.3-00091 firmware to 1.1.3-00100 d387533db74f qcom: Add firmwares for Kaanapali GPU fe05c74066fc qcom: Update A623 GMU fw 6f2733131a80 qcom: Fix QCS615 chipset's GPU secure fw 80e2ccb38d41 qcom: Update DSP firmware for sa8775p platform 8d5c190abbc6 amdgpu: DMCUB updates for various ASICs 5905c27e13dc WHENCE: remove link for Kaanapali video firmware d2404284b6ce intel_vpu: Update NPU firmware 96ed5b3686d0 linux-firmware: Add Dell ISH firmware for Intel Lunar Lake systems b350d59cf4bc Update VCN for Navi1x, Green Sardine and Renoir f2bfc867f82d WHENCE: extract multitech license text e9fa2f97c9c0 WHENCE: extract ueagle license 6fae1670baa1 WHENCE: use LICENCE.sensoray for s2255drv bf9792cd07ec WHENCE: rename LICENCE.go7007-s2250 to LICENCE.sensoray 6d9abf208161 WHENCE: clean up emi62 and yam license statements 3baa8edc3517 qcom: vpu: update video firmware binary for SM8550 c77beb9847cc rtl_bt: Update RTL8852BT/RTL8852BE-VT BT USB FW to 0x3BAC_ADBA 7c2d4d41e96f qcom: vpu: add video firmware for Kaanapali 456617792f73 qcom: Update DSP firmware for qcs8300 platform. d5541743af93 qcom: Add Audio topology for HAMOA-EVK cefc001f7e0b intel/ish:Add ISH firmware file for Intel Lunar Lake platform 63335c21f5c3 mediatek: update firmware version info for MT7986/81/16 04a9bd578e9c linux-firmware: ql2500_fw: update ISP25xx Firmware 4d83de8a0909 qcom: Update aic100 firmware files 1378dc00cc60 qcom: Add audio topology and ADSP firmware for qcs6490-radxa-dragon-q6a e1514909489e amdgpu: DMCUB updates for various ASICs dba7fce5655a mediatek: mtk_wed: drop links for mt7988 d5eedab92c67 Revert "amdgpu: update gc 10.3.6 firmware" ad211e0ef885 qcom: Update DSP firmware for qcs8300 platform. b2d8bda61e46 powervr: update firmware for Imagination Technologies BXS-4-64 GPU 35d89f17d9f1 qcom: Update DSP firmware for sa8775p platform. 149fa16eb357 amdgpu: DMCUB updates for various ASICs 1d588f106cee ath12k: WCN7850 hw2.0: update board-2.bin 6625e563d600 qcom: move LEMANS EVK firmware to correct location Build system: x86/64 Build-tested: x86/64-glibc Run-tested: x86/64-glibc Signed-off-by: John Audia <therealgraysky@proton.me> Link: https://github.com/openwrt/openwrt/pull/20415 Signed-off-by: Nick Hainke <vincent@systemli.org> |
||
|---|---|---|
| .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
