From: florian Date: Fri, 13 Apr 2007 10:50:10 +0000 (+0000) Subject: Load soundcore before all other modules (#1586) X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=90added10f63705e2cb0c475a2bfe2e9e33721bf Load soundcore before all other modules (#1586) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6943 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 0f6bb11222..89b5b93ea0 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -116,7 +116,7 @@ define KernelPackage/soundcore/2.6 $(MODULES_DIR)/kernel/sound/soundcore.$(LINUX_KMOD_SUFFIX) \ $(MODULES_DIR)/kernel/sound/core/*.$(LINUX_KMOD_SUFFIX) \ $(MODULES_DIR)/kernel/sound/core/oss/*.$(LINUX_KMOD_SUFFIX) - AUTOLOAD:=$(call AutoLoad,30,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 snd-mixer-oss snd-pcm-oss) endef $(eval $(call KernelPackage,soundcore))