projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cabba0
)
Load soundcore before all other modules (#1586)
author
Florian Fainelli
<florian@openwrt.org>
Fri, 13 Apr 2007 10:50:10 +0000
(10:50 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 13 Apr 2007 10:50:10 +0000
(10:50 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6943
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index
0f6bb11
..
89b5b93
100644
(file)
--- 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,s
oundcore s
nd snd-page-alloc snd-hwdep snd-rawmidi snd-timer snd-pcm snd-mixer-oss snd-pcm-oss)
endef
$(eval $(call KernelPackage,soundcore))