Bluetooth modules also depend on USB
[openwrt.git] / package / kernel / modules / other.mk
index 9a43bc7..e5f3064 100644 (file)
@@ -192,7 +192,8 @@ define KernelPackage/bluetooth
  endef
 
  define KernelPackage/bluetooth/2.4
-  KCONFIG:=$(CONFIG_BLUEZ)
+  KCONFIG:=$(CONFIG_BLUEZ) \
+          $(CONFIG_USB)
   FILES:= \
        $(MODULES_DIR)/kernel/net/bluetooth/bluez.$(LINUX_KMOD_SUFFIX) \
        $(MODULES_DIR)/kernel/net/bluetooth/l2cap.$(LINUX_KMOD_SUFFIX) \
@@ -218,7 +219,7 @@ $(eval $(call KernelPackage,bluetooth))
 
 define KernelPackage/mmc
   TITLE:=MMC/SD Card Support
-       DEPENDS:=@LINUX_2_6_AT91
+  DEPENDS:=@LINUX_2_6_AT91
   DESCRIPTION:=Kernel support for MMC/SD cards
   SUBMENU:=$(EMENU)
  endef
This page took 0.03432 seconds and 4 git commands to generate.