From: nbd Date: Fri, 26 Jan 2007 00:10:50 +0000 (+0000) Subject: bluetooth currently depends on usb support X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=0a0655e22f387add008f20c3b7c35153c8aaa31d;p=openwrt-10.03%2F.git bluetooth currently depends on usb support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6205 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index d644ce5f5..d5c139ce9 100644 --- a/package/kernel/modules/other.mk +++ b/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