From: Felix Fietkau Date: Fri, 26 Jan 2007 00:10:50 +0000 (+0000) Subject: bluetooth currently depends on usb support X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=5b261403c26cd72b8c43db4b0fa907f2171aa6ba;p=15.05%2Fopenwrt.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 d644ce5f5a..d5c139ce92 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