Skip to content

Commit 30551fb

Browse files
committed
webui: fixed QoS overhead preset list
1 parent a073130 commit 30551fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/src/router/www/QoS_EZQoS.asp

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ var overhead_presets = [["0", "0", ""],
273273
["0", "27", "PPPoE VDSL"],
274274
["0", "19", "Bridged/IPoE VDSL"],
275275
["1", "32", "RFC2684/RFC1483 Bridged LLC/Snap"],
276-
["1", "32", "PPPoE VC/Mux</option"],
276+
["1", "32", "PPPoE VC/Mux"],
277277
["1", "40", "PPPoE LLC/Snap"]];
278278
279279
if(based_modelid == "RT-AC68A"){ //MODELDEP : Spec special fine tune

0 commit comments

Comments
 (0)