Same here...not competent enough to make this change and compile my own build even to test. Anyone out there willing to give @MattM and I a helping hand???I looked into the matter further after getting the <asuswrt-merlin.ng> repo git'ed out.
https://github.com/RMerl/asuswrt-merlin.ng/wiki/Compile-Firmware-from-source
I do not believe for a moment there is any real HW limitations -
I seem to remember the section of source code where the WAN bonding default mentionned 802.3ad and it could be changed.
Code:"mode=802.3ad" and "mode=4" set the same mode. #if defined(RTCONFIG_BONDING_WAN) && defined(RTCONFIG_QCA) if (!strncmp(ifr.ifr_name, "bond", 4)) { ether_etoa((unsigned char *) ifr.ifr_hwaddr.sa_data, eabuf); set_bonding_iface_hwaddr(ifr.ifr_name, eabuf); } else { #endif
However , I am not competent enough to build from source with the WAN Agg mode changed from Mode#4 (802.3ad as above) Mode#0=<balance-rr>
Too bad.
At the same time there are certain features that "self-compiled-builds" will not support : all TRENDNet features is not supported under a self-build
You only get those binaries implemented if someone trusted by ASUS like @RMerlin does the compilation for us....
I got over it...but it is a shame.
Otherwise looks like we're stuck at 1Gbps unless Asus have a change of heart. How did you contact them? Maybe they'll take more pity on me and be less dismissive since the AX88U doesn't have a 2.5Gb port.