Will we have the support to the file system exFAT (FAT64)?
This has been
asked and answered a few times - the challenge is that exFAT is patent encumbered, and Microsoft is willing and happy to sell a license - and defend their IP.
That being said - there are two different approaches - neither of which is really palatable...
First is the FUSE driver -
exfat-fuse, which is in many mainline distribution repo's, like Ubuntu, Debian, etc - in debian it's as simple as
apt-get install exfat-fuse exfat-utils
The FUSE driver works, but one has to consider all the overhead of FUSE in the first place, so performance is less than optimal.
Then there is the Samsung
exfat-nofuse driver developed for their Android devices,
which was accidentally published on GitHub some time back, and pulled once someone thought about the upstream licensing - but since it use many GPL specific symbols, efforts were successful at forcing the driver itself to be released as GPL -
search around GitHub, and you'll find more than one copy of that drop, or you can source it direct from Samsung via their GPL portal.
Integrating that exfat-nofuse driver into AsusWRT - for Asus, or Third Party Firmware distro's, is problematic, as again, it is IP encumbered, so Asus would have to license exFAT from Microsoft, and pay the toll - same would likely go for third party developers if they attempted to include it.
That being said - nothing wrong with downloading the driver, building the kernel module against whatever kernel is in place, and doing on one's own.