aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-01-26 00:10:50 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-01-26 00:10:50 +0000
commit5b261403c26cd72b8c43db4b0fa907f2171aa6ba (patch)
tree74d7259682eca06fc6fd63afe186d0d570c5b57f /package/kernel
parent9cd5733d25f2a84ced3fdda74251a878f0c6ea04 (diff)
downloadmaster-187ad058-5b261403c26cd72b8c43db4b0fa907f2171aa6ba.tar.gz
master-187ad058-5b261403c26cd72b8c43db4b0fa907f2171aa6ba.tar.bz2
master-187ad058-5b261403c26cd72b8c43db4b0fa907f2171aa6ba.zip
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/kernel')
-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 d644ce5f5a..d5c139ce92 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