From: Hauke Mehrtens Date: Sun, 21 Mar 2010 14:12:32 +0000 (+0000) Subject: kernel: load after its dependencies X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c91903ad41e49f4ec9870fb1f97d452dcadaa7e2;p=librecmc%2Flibrecmc.git kernel: load after its dependencies SVN-Revision: 20345 --- diff --git a/package/kernel/modules/sound.mk b/package/kernel/modules/sound.mk index e4a4c73cfb..46bc6853ad 100644 --- 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,35, snd-soc-core) + AUTOLOAD:=$(call AutoLoad,55, snd-soc-core) endef $(eval $(call KernelPackage,sound-soc-core))