diff options
Diffstat (limited to 'package/avrdude/Config.in')
| -rw-r--r-- | package/avrdude/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/avrdude/Config.in b/package/avrdude/Config.in index 7d9f5eb74..84bd091dd 100644 --- a/package/avrdude/Config.in +++ b/package/avrdude/Config.in @@ -7,6 +7,7 @@ config BR2_PACKAGE_AVRDUDE depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_LARGEFILE # elfutils depends on BR2_USE_WCHAR # elfutils + depends on !BR2_PREFER_STATIC_LIB # elfutils depends on !BR2_avr32 # elfutils depends on !BR2_bfin # elfutils help @@ -15,7 +16,7 @@ config BR2_PACKAGE_AVRDUDE https://github.com/kcuzner/avrdude -comment "avrdude needs a toolchain w/ threads, largefile, wchar" - depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LARGEFILE || !BR2_USE_WCHAR +comment "avrdude needs a toolchain w/ threads, largefile, wchar, dynamic library" + depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_PREFER_STATIC_LIB depends on !BR2_avr32 depends on !BR2_bfin |
