Browse Source

bluetooth currently depends on usb support

SVN-Revision: 6205
Felix Fietkau 19 years ago
parent
commit
bbb09a72ca
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/kernel/modules/other.mk

+ 1 - 0
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