aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2009-10-29 21:25:55 +0000
committerJohn Crispin <blogic@openwrt.org>2009-10-29 21:25:55 +0000
commit52711df1de406a98c8604311870c4e5303531a73 (patch)
treea3d448cc476ce9033f65c5ddcb9241faf02b043e /package
parent99e448a10ad2251130bd340895e12a2821a5f5f5 (diff)
downloadmaster-187ad058-52711df1de406a98c8604311870c4e5303531a73.tar.gz
master-187ad058-52711df1de406a98c8604311870c4e5303531a73.tar.bz2
master-187ad058-52711df1de406a98c8604311870c4e5303531a73.zip
fixes bluetooth dependency, thx sn9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18213 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/kernel/modules/other.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index 3d2985060d..28ba41469d 100644
--- a/package/kernel/modules/other.mk
+++ b/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 \