Skip to content

Commit

Permalink
[bradh352] flashrom: looks like they might have renamed tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Jan 19, 2025
1 parent 65d0b18 commit 7379f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flashrom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
pushd ./flashrom-$(FLASHROM_VERSION_FULL)

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

# Apply patch series
stg init
Expand Down

0 comments on commit 7379f5c

Please sign in to comment.