Asus gebruikt voor zijn nieuwere routers, zoals de RT-AC66U en RT-AC87U, van Tomato afgeleide firmware met de naam Asuswrt. Deze firmware is, op enkele drivers na, opensource, waarbij de gesloten binaries wel meegeleverd worden. Asuswrt-merlin is op zijn beurt een aangepaste versie van de originele firmware van Asus. Het bevat onder meer bugfixes en kleine verbeteringen, maar probeert toch dicht bij het origineel te blijven, zodat het mogelijk blijft om nieuwe features die Asus introduceert toe te voegen aan de code. Versie 380.63 is uitgekomen en hierin zijn de volgende veranderingen en verbeteringen doorgevoerd:
New:Changed:
- QoS Statistics page, showing the amount of traffic assigned to each available classes, as well as the current throughput.
- Charts added to various Traffic Monitor pages. Note that you can click on legend items to reveal/hide the DL/UL data. Hovering over a bar or a pie slice will display the exact value for that item.
- Added pc_delete() to the helper script
- IPv6 firewall now supports fixed interface ID (EUI64) ipv6 destination addresses
Fixed:
- Updated Tor to 0.2.8.9
- Updated OUI database.
- ipset was updated to version 6.29 on ARM models. IMPORTANT: this means you will probably need to update your script to the new syntax. You need to load the xt_set.ko module at the start of your script. There has been no change to MIPS models, due to their older kernel. (ARM only)
- OpenVPN policy rules now start at prio 10000 instead of 1000
- Added help popups to various settings that are unique to Asuswrt-Merlin.
- Updated OpenSSL to 1.0.2j
- Custom group/shadow/passwd weren't applied at boot time.
- CVE-2016-5195 (Dirty COW) vulnerability in kernel
- Network Service Filter rules would only apply to clients under Parental Control if that was enabled (original debugging by john9527) (Asus bug)
- A few memory leaks in httpd and rc services.