Merge pull request #943 from Tonux599/kgpe-d16-flashrom-fix

Kgpe d16 flashrom fix
This commit is contained in:
tlaurion 2021-01-06 20:13:41 -05:00 committed by GitHub
commit 6bc40d7a70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) \
@ -18,6 +15,7 @@ flashrom_target := \
CONFIG_NOTHING=yes \
CONFIG_INTERNAL=yes \
CONFIG_DUMMY=yes \
CONFIG_AST1100=yes \
flashrom_output := \
flashrom