diff options
author | Rod Whitby <rod@whitby.id.au> | 2009-01-20 23:40:49 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2009-01-20 23:40:49 +0000 |
commit | 4c04d8b3c1a6f73534813087e47ec75a89989cb2 (patch) | |
tree | a53cb05e142eb4f90f883c432b18afb70cb90758 /package/kernel/modules | |
parent | 8db368850cba19279783574e4e3d60840558f5f0 (diff) | |
download | upstream-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/kernel/modules')
-rw-r--r-- | package/kernel/modules/other.mk | 2 |
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 \ |