File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7419,7 +7419,7 @@ _ChangelogVerificationCheck_()
74197419}
74207420
74217421# #------------------------------------------##
7422- # # Modified by ExtremeFiretop [2025-Apr-11 ] ##
7422+ # # Modified by ExtremeFiretop [2025-May-18 ] ##
74237423# #------------------------------------------##
74247424_ManageChangelogMerlin_ ()
74257425{
@@ -7464,6 +7464,12 @@ _ManageChangelogMerlin_()
74647464 fi
74657465 fi
74667466
7467+ # force 3006 changelog if tag is NG but $2 says 3006
7468+ if [ " $changeLogTag " = " NG" ] && [ $# -gt 1 ] && echo " $2 " | grep -qE ' ^3006[.]' ; then
7469+ changeLogTag=" 3006"
7470+ MerlinChangeLogURL=" ${CL_URL_3006} "
7471+ fi
7472+
74677473 wgetLogFile=" ${FW_BIN_DIR} /${ScriptFNameTag} .WGET.LOG"
74687474 changeLogFile=" ${FW_BIN_DIR} /Changelog-${changeLogTag} .txt"
74697475
You can’t perform that action at this time.
0 commit comments