diff options
Diffstat (limited to 'package/flashrom')
-rw-r--r-- | package/flashrom/Config.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/flashrom/Config.in b/package/flashrom/Config.in index 9420cc69df..adc068cbfa 100644 --- a/package/flashrom/Config.in +++ b/package/flashrom/Config.in @@ -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 |