1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-07 22:45:27 +03:00

kernel: load after its dependencies

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20345 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hauke 2010-03-21 14:12:32 +00:00
parent 39c3b81b39
commit 5ff066b558

View File

@ -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))