blob: 956500f0a478cc9dac1dd2a23d3610537db39372 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config BR2_PACKAGE_FLASHROM
bool "flashrom"
select BR2_PACKAGE_PCIUTILS
# dmidecode is only a runtime dependency
select BR2_PACKAGE_DMIDECODE
depends on BR2_i386 || BR2_x86_64
help
BIOS-updating utility.
Requires PCIUtils libraries.
http://flashrom.org/
|