mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:37:10 +02: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:
parent
5d895bb0b3
commit
d4036d6d46
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user