From: Florian Fainelli Date: Fri, 13 Apr 2007 10:50:10 +0000 (+0000) Subject: Load soundcore before all other modules (#1586) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=58996546ee3c83b6b093659afdb9f3bd2f04795e Load soundcore before all other modules (#1586) SVN-Revision: 6943 --- 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))