mirror of https://github.com/hak5/openwrt.git
only build sound-core module on targets supporting USB, since we don't have any PCI sound devices supported atm
SVN-Revision: 8838lede-17.01
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