mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-17 12:37:02 +00:00
check if oss emulation is available before trying to package it into soundcore
SVN-Revision: 7999
This commit is contained in:
parent
7b0a55127b
commit
497e7253cd
@ -117,8 +117,8 @@ define KernelPackage/soundcore/2.6
|
|||||||
FILES:= \
|
FILES:= \
|
||||||
$(LINUX_DIR)/sound/soundcore.$(LINUX_KMOD_SUFFIX) \
|
$(LINUX_DIR)/sound/soundcore.$(LINUX_KMOD_SUFFIX) \
|
||||||
$(LINUX_DIR)/sound/core/*.$(LINUX_KMOD_SUFFIX) \
|
$(LINUX_DIR)/sound/core/*.$(LINUX_KMOD_SUFFIX) \
|
||||||
$(LINUX_DIR)/sound/core/oss/*.$(LINUX_KMOD_SUFFIX)
|
$(if $(CONFIG_SND_MIXER_OSS)$(CONFIG_SND_PCM_OSS),$(LINUX_DIR)/sound/core/oss/*.$(LINUX_KMOD_SUFFIX))
|
||||||
AUTOLOAD:=$(call AutoLoad,30,soundcore snd snd-page-alloc snd-hwdep snd-rawmidi snd-timer snd-pcm snd-mixer-oss snd-pcm-oss)
|
AUTOLOAD:=$(call AutoLoad,30,soundcore snd snd-page-alloc snd-hwdep snd-rawmidi snd-timer snd-pcm $(if $(CONFIG_SND_MIXER_OSS),snd-mixer-oss) $(if $(CONFIG_SND_PCM_OSS),snd-pcm-oss))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/soundcore/uml-2.6
|
define KernelPackage/soundcore/uml-2.6
|
||||||
|
Loading…
Reference in New Issue
Block a user