diff options
| author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-13 10:50:10 +0000 | 
|---|---|---|
| committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-13 10:50:10 +0000 | 
| commit | 90added10f63705e2cb0c475a2bfe2e9e33721bf (patch) | |
| tree | a02af2d3b77e76428dc0d20df6d7d032096a47dd | |
| parent | 99ba699421c041858df7fcb50379e3b21798ae12 (diff) | |
Load soundcore before all other modules (#1586)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6943 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | package/kernel/modules/other.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 0f6bb1122..89b5b93ea 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)) | 
