This is link to merlin modified firmware. I am using it and I am aware of this links.
My question was about link to official ASUS firmware without any modifications (source code if it).
Sorry for the stupid question, but from where I can download official assuswrt source code for AC5300?
I was not able to find it in google, this is why I am asking here in the forum.
I am aware that it is hard-coded. But since I am building my own firmware from source code I want to change the default value. This is why I am asking where it is hard-coded :)
Hello,
I noticed that system time is se to 1-Aug by default. After hard reset and if there is no internet connection the log file prints 1-Aug as system date.
Where in the source code is this setting located?
Best Regards,
Nikolay Mitev
Thanks! Works perfect!
I prepared for myself a small guide how to compile the source code on newly installed Ubuntu 16.04 LTS 64-bit. The guide is tested at least 2 times and I confirm that it works.
In case someone founds is useful, here it is:
Build Asuswrt-Merlin for RT-AC5300 on Ubuntu...
Today I compare 380.64_beta1 with last source code added to "master" branch in Git repository and I noticed the following change in make file (target.mak):
OLD: APP="installed"
NEW: APP="nolocaldm"
With this option change the generated file is about 32Mb (much smaller than original one of...
I noticed that Traffic Analyzer store the data inside /jffs/trafic.db file which is updated once every hour. Should I be worried that this file is frequently updated and stored in NVRAM? Can it reduce the lifecycle of the flash memory?
Is it possible to have option and to re-direct this file on...
Dear all,
I recently learned about Asuswrt-Merlin and I must admit that Merlin is doing great job. The provided firmware and Wiki page is really helpful.
I an working as automotive embedded software developer more than 11 years so I am quite familiar with MCUs and embedded firmware...