X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/fef4a866f152f4b7ec38c260e9d67d419f210d90..71a4f236661616ac54546b6658a15a84d2ff7cf9:/package/kernel/modules/other.mk diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 8644d89ce..9b5bc6d46 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -92,9 +92,11 @@ endef $(eval $(call KernelPackage,lp)) +# XXX: remove @!TARGET_* later when we have PCI & USB support properly detected on all targets define KernelPackage/soundcore SUBMENU:=$(OTHER_MENU) TITLE:=Sound support + DEPENDS:=@PCI_SUPPORT||USB_SUPPORT @!TARGET_atheros KCONFIG:= \ CONFIG_SOUND \ CONFIG_SND \ @@ -238,10 +240,11 @@ endef $(eval $(call KernelPackage,pcmcia-serial)) +# XXX: remove @!TARGET_* later when we have USB support properly detected on all targets define KernelPackage/bluetooth SUBMENU:=$(OTHER_MENU) TITLE:=Bluetooth support - DEPENDS:=@USB_SUPPORT + DEPENDS:=@USB_SUPPORT @!TARGET_atheros KCONFIG:= \ CONFIG_BLUEZ \ CONFIG_BLUEZ_L2CAP \