diff --git a/package/efl/libedbus/Config.in b/package/efl/libedbus/Config.in index 9b57592f24..64b001e9b2 100644 --- a/package/efl/libedbus/Config.in +++ b/package/efl/libedbus/Config.in @@ -16,6 +16,7 @@ if BR2_PACKAGE_LIBEDBUS config BR2_PACKAGE_LIBEDBUS_BLUEZ bool "bluez support" + depends on !BR2_avr32 # bluez_utils select BR2_PACKAGE_BLUEZ_UTILS help Bluetooth support. diff --git a/package/sconeserver/Config.in b/package/sconeserver/Config.in index a467476233..60ae2ae738 100644 --- a/package/sconeserver/Config.in +++ b/package/sconeserver/Config.in @@ -43,6 +43,7 @@ config BR2_PACKAGE_SCONESERVER_BLUETOOTH depends on BR2_USE_WCHAR # bluez->libglib2 depends on BR2_USE_MMU # bluez->dbus depends on BR2_TOOLCHAIN_HAS_THREADS # bluez->dbus + depends on !BR2_avr32 # bluez_utils select BR2_PACKAGE_BLUEZ_UTILS help Bluetooth module for Sconeserver