diff --git a/sonic_M0_master_mvl_patch.sh b/sonic_M0_master_mvl_patch.sh index 4bbee4e..a45f1c9 100644 --- a/sonic_M0_master_mvl_patch.sh +++ b/sonic_M0_master_mvl_patch.sh @@ -20,7 +20,7 @@ declare -a PATCHES=(P1 P2 P3 P4 P5 P6 P7 P8) url="https://github.com/Azure" urlsai="https://patch-diff.githubusercontent.com/raw/opencomputeproject" -declare -A P1=( [NAME]=sonic-buildimage [DIR]=. [PR]="3687" [URL]="$url" [PREREQ]="" [POSTREQ]="") +declare -A P1=( [NAME]=sonic-buildimage [DIR]=. [PR]="3687 5252" [URL]="$url" [PREREQ]="" [POSTREQ]="") declare -A P2=( [NAME]=sonic-swss [DIR]=src/sonic-swss [PR]="1325 1273 1369" [URL]="$url" [PREREQ]="" ) declare -A P3=( [NAME]=sonic-swss-common [DIR]=src/sonic-swss-common [PR]="" [URL]="$url" [PREREQ]="" ) declare -A P4=( [NAME]=sonic-mgmt-framework [DIR]=src/sonic-mgmt-framework [PR]="" [URL]="$url" [PREREQ]="" )