OpenWrt 19.07.6 service release

Hi,

The OpenWrt community is proud to announce the sixth service release of OpenWrt 19.07. It focuses on fixing several security issues.

Main changes from OpenWrt 19.07.5

Security fixes

Note: security fixes for most packages can also be applied by upgrading only the affected packages on running devices, without the need for a full firmware upgrade. This can be done with opkg update; opkg upgrade the_package_name or through the LuCI web interface.

Nevertheless, we encourage all users to upgrade their devices to OpenWrt 19.07.6 or later versions whenever possible.

Major bug fixes

  • Fix iOS 14 tethering problem

Device support

  • Enable LED VCC for Asus RT-AC51U

LuCI web interface

  • luci-mod-system: properly handle SSH pubkeys with options (GH#4684)
  • luci-mod-network: properly handle wireless netdevs when creating interfaces
  • Update translations from weblate
  • Several additional bug fixes and improvements

Core components

  • Update Linux kernel from 4.14.209 to 4.14.215
  • Update mac80211 and wifi drivers from 4.19.137-1 to 4.19.161-1
  • Update wireless-regdb from 2019.06.03 to 2020.11.20
  • Update mbedtls from 2.16.8 to 2.16.9
  • Update openssl from 1.1.1h to 1.1.1i

Full release notes and upgrade instructions are available, as well as a detailed list of all changes since 19.07.5 . Make sure to read the regressions and known issues before upgrading.

For latest information about the 19.07 series, refer to the wiki page .

To download a OpenWrt 19.07.6 firmware image for your device, head to the Table of Hardware or navigate directly in the list of firmware images .

OpenWrt Firmware Selector
We also have the newer option of the OpenWrt Firmware Selector . Please provide feedback about it in the dedicated thread .

As always, a big thank you goes to all our active package maintainers, testers, documenters, and supporters.

Have fun!

The OpenWrt Community

22 Likes

That was quick!

Did an imagebuild 19.07.6 with packages and config files on a WRT3200acm from 19.07.5
Not keeping settings offcourse.

Up and running under a minute. Perfect work.

Just updated 2x R7800 and an Archer C7 from .05 to .06. Works perfect.
Thanks for your hard work.

Upgraded ER-X from 19.07.5 to 19.07.6. No issues. Works great.

Amazingly fast response to new security issues! Thank you Developers!

Edit: As of Jan 27 2021 07:30 EST, I upgraded dnsmasq (and only dnsmasq) to 2.80-16.3 after 19.07.6 installation and can also report this is working fine with no issues. I did not notice any issues prior, but it seemed prudent to grab this update given reports of others.

1 Like

I installed the new release on my Linksys WRT3200ACM that was running 19.07.5 previously. Works great. Thank you for pushing out the security fixes.

Upgraded a Buffalo WBMR HP-G300H. Still works.

I upgraded from 19.07.05 to this release on my Linksys WRT1900ACS, keeping the configuration. I then installed the additional packages that I had installed with the prior version and rebooted.

It works except for the problem being discussed here: Security Advisory 2021-01-19-1 - dnsmasq multiple vulnerabilities - #7 by otnert

2021-01-21 06:02:09 Daemon.Error 192.168.1.1 Jan 21 06:02:09 OpenWrt dnsmasq[3680]: failed to send packet: Address family not supported by protocol

Otherwise, an awesome job with the timely release of security updates.

1 Like

Successful sysupgrade for TP-Link Archer C2600v1 keeping settings from 19.07.05 => 19.07.06.

Apart from this:

I'm not getting the dnsmasq err on my r7800, but wireless performance on my ar300m and mt300nv2 are both much slower than 19.07.5

Upgraded my Linksys WRT19000ACS v2 from 19.07.5 to 19.07.6 with settings restore, no problems, no DNS error, work very fain :slight_smile:

Uptime 5d 5h 40m 54s
Load Average 0.00, 0.00, 0.00

thank you for your hard work

1 Like

Fritzbox 4040 upgraded from .5 to .6 and all is well, opkgscript did its good work again :slight_smile:

Runs fine on Linksys EA8300, load average much reduced.

However more RAM usage, at least 10MB, hopefully update will fix this.

Many thumbs up :+1: :+1: :+1: :+1: :+1: :+1: to devs !

Thanks to the dev team for yet another successful release!

I updated 3 devices yesterday without issue from 19.07.5 (I always update without saving settings and then restore a backup):

  • Ubiquiti RouterStation Pro (ath79)
  • TP-Link TL-WR902ACv1 (ar71xx)
  • Linksys E3000 (brcm47xx)

hello everybody compatible to mikrotik rb52 ? hap ac2 the 19.07.6 ?

thanks for advance

Also works with Linksys MR8300 using EA8300 release, with same results stated earlier.

See the table of hardware -- you can look up your devices to see if they are supported.

1 Like

I always update without saving settings and then restore a backup

Genuine question - isn't that exactly what happens when you update while saving settings? It takes a backup, updates the firmware, then immediately restores the backup?

Or am I missing something?

Honestly, I am not sure of the exact mechanism used to achieve the preserve settings task. However, the previous settings are applied immediately, which means that an incompatible config could cause it to fail to boot properly or have other issues (this is unlikely for service releases, but major releases do sometimes have substantial changes). In my case, it's a little more complex in that I have extroot and a bunch of packages. So I have some scripts to make my process easier, but it is basically a format and reload type of construct.