projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5925292
)
kernel: load after its dependencies
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 21 Mar 2010 14:12:32 +0000
(14:12 +0000)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 21 Mar 2010 14:12:32 +0000
(14:12 +0000)
SVN-Revision: 20345
package/kernel/modules/sound.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/sound.mk
b/package/kernel/modules/sound.mk
index e4a4c73cfbe0fa525a625c0cd9b630a5be16eebc..46bc6853ad5c407d7cce2e9d7e6d32112672b08e 100644
(file)
--- a/
package/kernel/modules/sound.mk
+++ b/
package/kernel/modules/sound.mk
@@
-141,7
+141,7
@@
$(call KernelPackage/sound/Depends)
CONFIG_SND_SOC \
CONFIG_SND_SOC_ALL_CODECS=n
FILES:=$(LINUX_DIR)/sound/soc/snd-soc-core.ko
- AUTOLOAD:=$(call AutoLoad,
3
5, snd-soc-core)
+ AUTOLOAD:=$(call AutoLoad,
5
5, snd-soc-core)
endef
$(eval $(call KernelPackage,sound-soc-core))