Skip to content

Commit

Permalink
fix: tuf-ax3000_v2: fixed freq in tool page
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuton committed Mar 23, 2024
1 parent 923a691 commit e97a894
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release/src/router/httpd/sysinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ int ej_show_sysinfo(int eid, webs_t wp, int argc, char_t ** argv)
}
else if (get_model() == MODEL_RTAX58U || get_model() == MODEL_RTAX56U || get_model() == MODEL_DSLAX82U || get_model() == MODEL_RTAX95Q )
strcpy(result, "1500");
else if (get_model() == MODEL_TUFAX3000_V2)
strcpy(result, "1700");
else
#endif // BCM4912
#endif
Expand Down

0 comments on commit e97a894

Please sign in to comment.