1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 08:31:19 +02:00

only build sound-core module on targets supporting USB, since we don't have any PCI sound devices supported atm

SVN-Revision: 8838
This commit is contained in:
Nicolas Thill 2007-09-19 11:56:26 +00:00
parent 79c783309b
commit aa1c1c4aa3

@ -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 \