kernel: load after its dependencies

SVN-Revision: 20345
owl
Hauke Mehrtens 2010-03-21 14:12:32 +00:00
parent 5925292e14
commit c91903ad41
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ $(call KernelPackage/sound/Depends)
CONFIG_SND_SOC \ CONFIG_SND_SOC \
CONFIG_SND_SOC_ALL_CODECS=n CONFIG_SND_SOC_ALL_CODECS=n
FILES:=$(LINUX_DIR)/sound/soc/snd-soc-core.ko FILES:=$(LINUX_DIR)/sound/soc/snd-soc-core.ko
AUTOLOAD:=$(call AutoLoad,35, snd-soc-core) AUTOLOAD:=$(call AutoLoad,55, snd-soc-core)
endef endef
$(eval $(call KernelPackage,sound-soc-core)) $(eval $(call KernelPackage,sound-soc-core))