File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3841,7 +3841,7 @@ _CheckForMinimumModelSupport_()
38413841 # List of unsupported models as a space-separated string
38423842 local unsupported_models=" RT-AC87U RT-AC56U RT-AC66U RT-AC3200 RT-AC88U RT-AC5300 RT-AC3100 RT-AC68U RT-AC66U_B1 RT-AC68UF RT-AC68P RT-AC1900P RT-AC1900 RT-N66U RT-N16 DSL-AC68U"
38433843
3844- local current_model=" RT-AC66U "
3844+ local current_model=" $( _GetRouterProductID_ ) "
38453845
38463846 # Check if current model is in the list of unsupported models #
38473847 if echo " $unsupported_models " | grep -wq " $current_model "
@@ -10832,9 +10832,9 @@ _MainMenu_()
1083210832 done
1083310833}
1083410834
10835- # #-------------------------------------##
10836- # # Added by Martinski W. [2025-Jan-15] ##
10837- # #-------------------------------------##
10835+ # #------------------------------------------ ##
10836+ # # Modified by ExtremeFiretop [2025-Jan-15] ##
10837+ # #------------------------------------------ ##
1083810838_DoInitializationStartup_ ()
1083910839{
1084010840
You can’t perform that action at this time.
0 commit comments