projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e739dae
)
other.mk/kmod-bluetooth: select kmod-usb-core, required for hci-usb
8.09_rc2
author
Rod Whitby
<rod@whitby.id.au>
Tue, 20 Jan 2009 23:41:57 +0000
(23:41 +0000)
committer
Rod Whitby
<rod@whitby.id.au>
Tue, 20 Jan 2009 23:41:57 +0000
(23:41 +0000)
SVN-Revision: 14126
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index ddf2d428afd097aa3038d90a1e15e13926810e96..d0467254256e99fe0caccbb2d42bc777113b9d37 100644
(file)
--- a/
package/kernel/modules/other.mk
+++ b/
package/kernel/modules/other.mk
@@
-157,7
+157,7
@@
$(eval $(call KernelPackage,pcmcia-serial))
define KernelPackage/bluetooth
SUBMENU:=$(OTHER_MENU)
TITLE:=Bluetooth support
- DEPENDS:=@USB_SUPPORT
+ DEPENDS:=@USB_SUPPORT
+kmod-usb-core
KCONFIG:= \
CONFIG_BLUEZ \
CONFIG_BLUEZ_L2CAP \