bluetooth currently depends on usb support
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 26 Jan 2007 00:10:50 +0000 (00:10 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
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

index d644ce5..d5c139c 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