|
@@ -8,7 +8,6 @@ config BR2_PACKAGE_FLASHROM
|
|
|
select BR2_PACKAGE_DMIDECODE
|
|
|
depends on BR2_i386 || BR2_x86_64
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
|
|
- depends on BR2_ARCH_HAS_ATOMICS # libftdi
|
|
|
help
|
|
|
flashrom is a utility for identifying, reading, writing,
|
|
|
verifying and erasing flash chips. It is designed to flash
|
|
@@ -20,5 +19,4 @@ config BR2_PACKAGE_FLASHROM
|
|
|
|
|
|
comment "flashrom needs a toolchain w/ threads"
|
|
|
depends on BR2_i386 || BR2_x86_64
|
|
|
- depends on BR2_ARCH_HAS_ATOMICS
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|