mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-22 17:52:39 +00:00
Merge pull request #943 from Tonux599/kgpe-d16-flashrom-fix
Kgpe d16 flashrom fix
This commit is contained in:
commit
6bc40d7a70
@ -2,14 +2,11 @@ modules-$(CONFIG_FLASHROM) += flashrom
|
|||||||
|
|
||||||
flashrom_depends := pciutils $(musl_dep)
|
flashrom_depends := pciutils $(musl_dep)
|
||||||
|
|
||||||
flashrom_version := git
|
|
||||||
flashrom_repo := https://github.com/flashrom/flashrom.git
|
|
||||||
|
|
||||||
flashrom_version := b1f858f65b2abd276542650d8cb9e382da258967
|
flashrom_version := b1f858f65b2abd276542650d8cb9e382da258967
|
||||||
flashrom_dir := flashrom-$(flashrom_version)
|
flashrom_dir := flashrom-$(flashrom_version)
|
||||||
flashrom_tar := $(flashrom_dir).zip
|
flashrom_tar := $(flashrom_dir).tar.gz
|
||||||
flashrom_url := https://github.com/flashrom/flashrom/archive/$(flashrom_tar)
|
flashrom_url := https://github.com/flashrom/flashrom/archive/$(flashrom_version).tar.gz
|
||||||
flashrom_hash := 7fc39fa2e721f84856095d377e624712714c8668175d48b1cde5f8574afc254f
|
flashrom_hash := 4873ad50f500629c244fc3fbee64b56403a82307d7f555dfa235336a200c336c
|
||||||
|
|
||||||
flashrom_target := \
|
flashrom_target := \
|
||||||
$(MAKE_JOBS) \
|
$(MAKE_JOBS) \
|
||||||
@ -18,6 +15,7 @@ flashrom_target := \
|
|||||||
CONFIG_NOTHING=yes \
|
CONFIG_NOTHING=yes \
|
||||||
CONFIG_INTERNAL=yes \
|
CONFIG_INTERNAL=yes \
|
||||||
CONFIG_DUMMY=yes \
|
CONFIG_DUMMY=yes \
|
||||||
|
CONFIG_AST1100=yes \
|
||||||
|
|
||||||
flashrom_output := \
|
flashrom_output := \
|
||||||
flashrom
|
flashrom
|
||||||
|
Loading…
x
Reference in New Issue
Block a user