瀏覽代碼

fixes bluetooth dependency, thx sn9

SVN-Revision: 18213
John Crispin 16 年之前
父節點
當前提交
2bbb05cc5e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/kernel/modules/other.mk

+ 1 - 1
package/kernel/modules/other.mk

@@ -255,7 +255,7 @@ $(eval $(call KernelPackage,ssb))
 define KernelPackage/bluetooth
   SUBMENU:=$(OTHER_MENU)
   TITLE:=Bluetooth support
-  DEPENDS:=@USB_SUPPORT +kmod-usb-core +kmod-input-core
+  DEPENDS:=@USB_SUPPORT +kmod-usb-core +kmod-hid
   KCONFIG:= \
 	CONFIG_BLUEZ \
 	CONFIG_BLUEZ_L2CAP \