From d4036d6d46ea0e20c0398d191fc40ce329731ae3 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 19 Sep 2007 11:56:26 +0000 Subject: only build sound-core module on targets supporting USB, since we don't have any PCI sound devices supported atm git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8838 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/modules/other.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/kernel') diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 9b5bc6d46..171c9ce71 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -96,7 +96,7 @@ $(eval $(call KernelPackage,lp)) define KernelPackage/soundcore SUBMENU:=$(OTHER_MENU) TITLE:=Sound support - DEPENDS:=@PCI_SUPPORT||USB_SUPPORT @!TARGET_atheros + DEPENDS:=@USB_SUPPORT @!TARGET_atheros KCONFIG:= \ CONFIG_SOUND \ CONFIG_SND \ -- cgit v1.2.3