summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-01-26 00:10:50 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-01-26 00:10:50 +0000
commit0a0655e22f387add008f20c3b7c35153c8aaa31d (patch)
tree74d7259682eca06fc6fd63afe186d0d570c5b57f /package
parentf4f4212c8a84f60f821d662b93b7aacc971b1885 (diff)
bluetooth currently depends on usb support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6205 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/kernel/modules/other.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index d644ce5f5..d5c139ce9 100644
--- 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