Skip to content

Commit 48de52f

Browse files
committed
pass flashrom to dasharo/flasrom Dasharo/flashrom@2c4392e
1 parent febff85 commit 48de52f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/flashrom

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ modules-$(CONFIG_FLASHROM) += flashrom
22

33
flashrom_depends := pciutils $(musl_dep)
44

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

1111
# Default options for flashrom
1212
flashrom_cfg := \
@@ -22,7 +22,7 @@ flashrom_cfg := \
2222
CONFIG_NOTHING=yes \
2323
CONFIG_LINUX_MTD=yes \
2424
CONFIG_DUMMY=yes \
25-
CONFIG_AST1100=yes
25+
CONFIG_AST2400=yes
2626
endif
2727

2828
flashrom_target := \

0 commit comments

Comments
 (0)