Skip to content

Commit c452cea

Browse files
authored
Merge pull request sonic-net#556 from mssonicbld/sonicbld/202405-merge
[code sync] Merge code from sonic-net/sonic-buildimage:202405 to 202405
2 parents 995e236 + 57d765d commit c452cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flashrom/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
1212
pushd ./flashrom-$(FLASHROM_VERSION_FULL)
1313

1414
# Check out tag: tags/0.9.7
15-
git checkout -b flashrom-src tags/$(FLASHROM_VERSION_FULL)
15+
git checkout -b flashrom-src v$(FLASHROM_VERSION_FULL)
1616

1717
# Apply patch series
1818
stg init

0 commit comments

Comments
 (0)