aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2009-01-20 23:40:49 +0000
committerRod Whitby <rod@whitby.id.au>2009-01-20 23:40:49 +0000
commit4c04d8b3c1a6f73534813087e47ec75a89989cb2 (patch)
treea53cb05e142eb4f90f883c432b18afb70cb90758 /package
parent8db368850cba19279783574e4e3d60840558f5f0 (diff)
downloadupstream-4c04d8b3c1a6f73534813087e47ec75a89989cb2.tar.gz
upstream-4c04d8b3c1a6f73534813087e47ec75a89989cb2.tar.bz2
upstream-4c04d8b3c1a6f73534813087e47ec75a89989cb2.zip
other.mk/kmod-bluetooth: select kmod-usb-core, required for hci-usb
SVN-Revision: 14125
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 3bbf3a37d2..9f5ea2d0b9 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -220,7 +220,7 @@ $(eval $(call KernelPackage,ssb))
define KernelPackage/bluetooth
SUBMENU:=$(OTHER_MENU)
TITLE:=Bluetooth support
- DEPENDS:=@USB_SUPPORT
+ DEPENDS:=@USB_SUPPORT +kmod-usb-core
KCONFIG:= \
CONFIG_BLUEZ \
CONFIG_BLUEZ_L2CAP \