Skip to content

Commit

Permalink
pass flashrom to dasharo/flasrom Dasharo/flashrom@2c4392e
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaurion committed Jan 16, 2023
1 parent febff85 commit 87dcfcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1,101 deletions.
8 changes: 4 additions & 4 deletions modules/flashrom
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ modules-$(CONFIG_FLASHROM) += flashrom

flashrom_depends := pciutils $(musl_dep)

flashrom_version := b1f858f65b2abd276542650d8cb9e382da258967
flashrom_version := 2c4392ee241e8367ae1c635139a586cbe2e68427
flashrom_dir := flashrom-$(flashrom_version)
flashrom_tar := $(flashrom_dir).tar.gz
flashrom_url := https://github.com/flashrom/flashrom/archive/$(flashrom_version).tar.gz
flashrom_hash := 4873ad50f500629c244fc3fbee64b56403a82307d7f555dfa235336a200c336c
flashrom_url := https://github.com/dasharo/flashrom/archive/$(flashrom_version).tar.gz
flashrom_hash := 95d064b02573b0a777000e132cf523d8ca4cc1340771e489b1193753d6fba821

# Default options for flashrom
flashrom_cfg := \
Expand All @@ -22,7 +22,7 @@ flashrom_cfg := \
CONFIG_NOTHING=yes \
CONFIG_LINUX_MTD=yes \
CONFIG_DUMMY=yes \
CONFIG_AST1100=yes
CONFIG_AST2400=yes
endif

flashrom_target := \
Expand Down
Loading

0 comments on commit 87dcfcd

Please sign in to comment.