7a4e44fc90
[Peter: Install into /usr/sbin] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
270 B
Plaintext
12 lines
270 B
Plaintext
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/
|