projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cd5733
)
bluetooth currently depends on usb support
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 26 Jan 2007 00:10:50 +0000
(
00:10
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 26 Jan 2007 00:10:50 +0000
(
00:10
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6205
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index
d644ce5
..
d5c139c
100644
(file)
--- a/
package/kernel/modules/other.mk
+++ b/
package/kernel/modules/other.mk
@@
-176,6
+176,7
@@
$(eval $(call KernelPackage,pcmcia-serial))
define KernelPackage/bluetooth
TITLE:=Bluetooth support
+ DEPENDS:=@USB_SUPPORT
DESCRIPTION:=Kernel support for Bluetooth devices
SUBMENU:=$(EMENU)
endef