1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-16 19:48:47 +03:00

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
This commit is contained in:
nico 2007-09-19 11:56:26 +00:00
parent 5d895bb0b3
commit d4036d6d46

View File

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