diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-04-16 10:44:11 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-04-16 10:44:11 +0000 |
commit | 5a1b5c9fe93e22fff59ac9db94989c9fb8aa374f (patch) | |
tree | 0596413bb9b9891586bc71b7b377a161804cd3d0 | |
parent | 5611e4d94d1793afc6e1282f0bc43c75b8f4d5dd (diff) | |
download | upstream-5a1b5c9fe93e22fff59ac9db94989c9fb8aa374f.tar.gz upstream-5a1b5c9fe93e22fff59ac9db94989c9fb8aa374f.tar.bz2 upstream-5a1b5c9fe93e22fff59ac9db94989c9fb8aa374f.zip |
package/kernel: add dependencies on kmod-crc16 and kmod-rfkill to kmod-bluetooth (closes: #7063)
SVN-Revision: 20913
-rw-r--r-- | package/kernel/modules/other.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index cc2e10f823..97ce3d3b70 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -261,7 +261,8 @@ $(eval $(call KernelPackage,ssb)) define KernelPackage/bluetooth SUBMENU:=$(OTHER_MENU) TITLE:=Bluetooth support - DEPENDS:=@USB_SUPPORT +kmod-usb-core +!TARGET_x86:kmod-hid + DEPENDS:=@USB_SUPPORT +kmod-crc16 +kmod-usb-core +!TARGET_x86:kmod-hid \ + +(TARGET_x86||TARGET_s3c24xx||TARGET_brcm47xx||TARGET_ar71xx):kmod-rfkill KCONFIG:= \ CONFIG_BLUEZ \ CONFIG_BLUEZ_L2CAP \ |