bluetooth currently depends on usb support
authorFelix Fietkau <nbd@openwrt.org>
Fri, 26 Jan 2007 00:10:50 +0000 (00:10 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 26 Jan 2007 00:10:50 +0000 (00:10 +0000)
SVN-Revision: 6205

package/kernel/modules/other.mk

index d644ce5f5ab435a19fbafd8e5420334928ae7663..d5c139ce922ad78a92ba382e2b84b11bb474c745 100644 (file)
@@ -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