kernel: bluetooth: Add dependency to kmod-crypto-ecb
Add dependency of kmod-crypto-ecb to kmod-bluetooth to avoid the kernel warning "Bluetooth: Unable to create crypto context". Signed-off-by: Bruno Randolf <br1@einfach.org> SVN-Revision: 45860
This commit is contained in:
		@@ -28,7 +28,7 @@ $(eval $(call KernelPackage,6lowpan))
 | 
				
			|||||||
define KernelPackage/bluetooth
 | 
					define KernelPackage/bluetooth
 | 
				
			||||||
  SUBMENU:=$(OTHER_MENU)
 | 
					  SUBMENU:=$(OTHER_MENU)
 | 
				
			||||||
  TITLE:=Bluetooth support
 | 
					  TITLE:=Bluetooth support
 | 
				
			||||||
  DEPENDS:=@USB_SUPPORT +kmod-usb-core +kmod-crypto-hash +kmod-lib-crc16 +kmod-hid
 | 
					  DEPENDS:=@USB_SUPPORT +kmod-usb-core +kmod-crypto-hash +kmod-crypto-ecb +kmod-lib-crc16 +kmod-hid
 | 
				
			||||||
  KCONFIG:= \
 | 
					  KCONFIG:= \
 | 
				
			||||||
	CONFIG_BLUEZ \
 | 
						CONFIG_BLUEZ \
 | 
				
			||||||
	CONFIG_BLUEZ_L2CAP \
 | 
						CONFIG_BLUEZ_L2CAP \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user