mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01: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:
parent
79c783309b
commit
aa1c1c4aa3
@ -96,7 +96,7 @@ $(eval $(call KernelPackage,lp))
|
|||||||
define KernelPackage/soundcore
|
define KernelPackage/soundcore
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=Sound support
|
TITLE:=Sound support
|
||||||
DEPENDS:=@PCI_SUPPORT||USB_SUPPORT @!TARGET_atheros
|
DEPENDS:=@USB_SUPPORT @!TARGET_atheros
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_SOUND \
|
CONFIG_SOUND \
|
||||||
CONFIG_SND \
|
CONFIG_SND \
|
||||||
|
Loading…
Reference in New Issue
Block a user