modules/flashrom: Fixes two issues:

* Flashrom was being fetched with git and was always using `master`
* No patches were being applied (i.e. `0100-enable-kgpe-d16.patch` was being ignored).
This commit is contained in:
Thomas Clarke 2020-12-30 18:43:09 +00:00
parent 7c686d576f
commit aba13a9c55
No known key found for this signature in database
GPG Key ID: 27B829528903C906

View File

@ -2,14 +2,11 @@ modules-$(CONFIG_FLASHROM) += flashrom
flashrom_depends := pciutils $(musl_dep)
flashrom_version := git
flashrom_repo := https://github.com/flashrom/flashrom.git
flashrom_version := b1f858f65b2abd276542650d8cb9e382da258967
flashrom_dir := flashrom-$(flashrom_version)
flashrom_tar := $(flashrom_dir).zip
flashrom_url := https://github.com/flashrom/flashrom/archive/$(flashrom_tar)
flashrom_hash := 7fc39fa2e721f84856095d377e624712714c8668175d48b1cde5f8574afc254f
flashrom_tar := $(flashrom_dir).tar.gz
flashrom_url := https://github.com/flashrom/flashrom/archive/$(flashrom_version).tar.gz
flashrom_hash := 4873ad50f500629c244fc3fbee64b56403a82307d7f555dfa235336a200c336c
flashrom_target := \
$(MAKE_JOBS) \