OpenWrt 22.03.2 - Service Release - 17 October 2022
_______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt 22.03.2, r19803-9a599fee93 -----------------------------------------------------
The OpenWrt community is proud to announce the newest stable release of the OpenWrt 22.03 stable version series. It fixes security issues, improves device support, and brings a few bug fixes.
Download firmware images via the Firmware Selector or directly from our download servers:
An upgrade from OpenWrt 21.02 or 22.03 to OpenWrt 22.03.2 is supported in many cases with the help of the sysupgrade utility which will also attempt to preserve the configuration. A configuration backup is advised nonetheless when upgrading to OpenWrt 22.03. (see “Upgrading” below).
About OpenWrt
The OpenWrt Project is a Linux operating system targeting embedded devices. It is a complete replacement for the vendor-supplied firmware of a wide range of wireless routers and non-network devices. See the Table of Hardware for supported devices. For more information about OpenWrt project organization, see the About OpenWrt pages.
Announcements about new releases and security fixes
Do you want to be informed about important changes such as new releases and security fixes?
We have a new mailing list for this, as well as RSS options: see Important changes and announcements.
Main changes between OpenWrt 22.03.1 and OpenWrt 22.03.2
Only the main changes are listed below. See changelog-22.03.2 for the full changelog.
Security fixes
- mac80211/cfg80211: Security fixes for BSSID parsing (CVE-2022-41674, CVE-2022-42719, CVE-2022-42720, CVE-2022-42721 and CVE-2022-42722)
- See 2022-10-17-1
Device support
- Support for the following devices was added:
- ZyXEL NWA50AX / NWA55AXE (ramips)
- ramips/mediatek: backport NAND flash driver from master
- mpc85xx: p1010: make TP-Link WDR4900 v1 build again
Various fixes and improvements
- busybox: nslookup: Fix wrongly dropped DNS response on some platforms
Core components update
- Update rpcd from 2022-08-24 to 2022-09-21
- Update ucode from 2022-08-29 to 2022-10-07
- Update firewall4 from 2022-09-01 to 2022-10-14
Upgrading to 22.03.2
Sysupgrade can be used to upgrade a device from OpenWrt 21.02 or 22.03 to 22.03.2 and configuration will be preserved in most cases.
Sysupgrade from 19.07 to 22.03 is not supported.
There is no migration path for targets that switched from swconfig to DSA. In that case, sysupgrade will refuse to proceed with an appropriate error message:
Image version mismatch. image 1.1 device 1.0 Please wipe config during upgrade (force required) or reinstall. Config cannot be migrated from swconfig to DSA Image check failed
Known issues
- Boot hang with firewall4 and loadfile: When using a firewall configuration declaring
config ipset
sections in conjunction with anoption loadfile
entry, thefw4
process will hang and prevent the system startup to complete. To solve this issue, boot the system into failsafe mode and temporarily disable anyloadfile
option. Proceed with a normal system reboot, upgrade thefirewall4
package to version “2022-10-18-7ae5e14b-1” or later usingopkg update; opkg upgrade firewall4
and re-enable any previously disabledoption loadfile
entries.
See reporting bugs if you encounter issues with this release.