diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-07-04 22:33:00 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-07-04 22:33:00 +0000 |
commit | 5e3c3d47885fd744d84ba3abf3cfc0d6a9ea4f6c (patch) | |
tree | a1c8ae60b91513ec8730a03a93c96f8306a407b9 /package/kernel/linux/modules/other.mk | |
parent | 3d10cd51d492b4511d4bcba5bd1d084b065ac4b9 (diff) | |
download | upstream-5e3c3d47885fd744d84ba3abf3cfc0d6a9ea4f6c.tar.gz upstream-5e3c3d47885fd744d84ba3abf3cfc0d6a9ea4f6c.tar.bz2 upstream-5e3c3d47885fd744d84ba3abf3cfc0d6a9ea4f6c.zip |
kernel: add crypto-cmac
The bluetooth driver needs this new crypto lib in kernel 4.1
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 46180
Diffstat (limited to 'package/kernel/linux/modules/other.mk')
-rw-r--r-- | package/kernel/linux/modules/other.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index d05b0d5758..473f063f55 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -30,7 +30,7 @@ $(eval $(call KernelPackage,6lowpan)) define KernelPackage/bluetooth SUBMENU:=$(OTHER_MENU) TITLE:=Bluetooth support - DEPENDS:=@USB_SUPPORT +kmod-usb-core +kmod-crypto-hash +kmod-crypto-ecb +kmod-lib-crc16 +kmod-hid + DEPENDS:=@USB_SUPPORT +kmod-usb-core +kmod-crypto-hash +kmod-crypto-ecb +kmod-lib-crc16 +kmod-hid +!LINUX_3_18:kmod-crypto-cmac KCONFIG:= \ CONFIG_BLUEZ \ CONFIG_BLUEZ_L2CAP \ |