Posted: Thu Apr 30, 2020 9:56 Post subject: Asus RT-AC67U support
Hello dd-wrt community,
I'm looking into replacing the firmware on my Asus RT-AC67U from the original asus firmware to dd-wrt. But sadly it wasn't in the routers database.
I've looked around and there are very few differences with the RT-AC68U (which is in the router database):
- RT-AC67U has Newer revision main processor
- RT-AC67U has non-detachable antenna as opposed to detachable antenna on the RT-AC68U
- RT-AC67U do not come with stand for it to stand up.
Does someone here on the forum knows if it's possible to flash this model?
Posted: Thu Apr 30, 2020 13:55 Post subject: Re: Asus RT-AC67U support
werra11 wrote:
I'm looking into replacing the firmware on my Asus RT-AC67U from the original asus firmware to dd-wrt. But sadly it wasn't in the routers database.
Huh, that's interesting since yesterday I happened to notice that the router detection code uses a AC67U config for a whole bunch of models including the AC67U, so it appears to be supported:
Code:
if (nvram_match("productid", "RT-AC67U")) {
setRouter("Asus RT-AC67U");
return ROUTER_ASUS_AC67U; }
if (nvram_match("odmpid", "RT-AC68R")) {
setRouter("Asus RT-AC68R");
return ROUTER_ASUS_AC67U; }
if (nvram_match("odmpid", "RT-AC1900P")) {
setRouter("Asus RT-AC1900P");
return ROUTER_ASUS_AC67U; }
if (nvram_match("odmpid", "RT-AC68A")) {
setRouter("Asus RT-AC68A");
return ROUTER_ASUS_AC67U; }
if (nvram_match("model", "RT-AC1200G+")) {
setRouter("Asus RT-AC1200G+");
return ROUTER_ASUS_AC1200; }
Posted: Sat May 02, 2020 17:12 Post subject: Re: Asus RT-AC67U support
jwh7 wrote:
So it appears you just use the AC68U file, but you appear be the guinea pig for it... good luck! I'll update the Supported Devices, assuming it works.
If 43028 doesn't work for initial flash, try 21061 first.
Thanks for you answer! I will try to flash coming wednesday. I will let you know if it works.
Is it possible to completely brick my device when using the file for the AC68U? (assuming I follow all the install steps correctly). I really don't want to break it.