From 497e7253cd60e276f192b4e2647c564c77cad8b4 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 16 Jul 2007 05:38:10 +0000 Subject: check if oss emulation is available before trying to package it into soundcore SVN-Revision: 7999 --- package/kernel/modules/other.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/kernel') diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index d4fbd8ce61..fd9ade97c0 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -117,8 +117,8 @@ define KernelPackage/soundcore/2.6 FILES:= \ $(LINUX_DIR)/sound/soundcore.$(LINUX_KMOD_SUFFIX) \ $(LINUX_DIR)/sound/core/*.$(LINUX_KMOD_SUFFIX) \ - $(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) + $(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 $(if $(CONFIG_SND_MIXER_OSS),snd-mixer-oss) $(if $(CONFIG_SND_PCM_OSS),snd-pcm-oss)) endef define KernelPackage/soundcore/uml-2.6 -- cgit v1.2.3