From: Rod Whitby Date: Tue, 20 Jan 2009 23:41:57 +0000 (+0000) Subject: other.mk/kmod-bluetooth: select kmod-usb-core, required for hci-usb X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=47b5e59bd402e8b9e52b8874a9b8c2688005df6a other.mk/kmod-bluetooth: select kmod-usb-core, required for hci-usb SVN-Revision: 14126 --- diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index ddf2d428af..d046725425 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -157,7 +157,7 @@ $(eval $(call KernelPackage,pcmcia-serial)) define KernelPackage/bluetooth SUBMENU:=$(OTHER_MENU) TITLE:=Bluetooth support - DEPENDS:=@USB_SUPPORT + DEPENDS:=@USB_SUPPORT +kmod-usb-core KCONFIG:= \ CONFIG_BLUEZ \ CONFIG_BLUEZ_L2CAP \