[source] kernel: fix sound-hda-core dependency

LEDE Commits lede-commits at lists.infradead.org
Tue Oct 4 07:02:43 PDT 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/4a5bab78a246189f080976d4c39fa500b02a505c

commit 4a5bab78a246189f080976d4c39fa500b02a505c
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue Oct 4 15:56:53 2016 +0200

    kernel: fix sound-hda-core dependency
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/kernel/linux/modules/sound.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/linux/modules/sound.mk b/package/kernel/linux/modules/sound.mk
index 9bc7075..13b0bb0 100644
--- a/package/kernel/linux/modules/sound.mk
+++ b/package/kernel/linux/modules/sound.mk
@@ -303,7 +303,7 @@ define KernelPackage/sound-hda-core
 	$(LINUX_DIR)/sound/pci/hda/snd-hda-codec.ko \
 	$(LINUX_DIR)/sound/pci/hda/snd-hda-codec-generic.ko
   AUTOLOAD:=$(call AutoProbe,snd-hda-core snd-hda-codec snd-hda-codec-generic)
-  $(call AddDepends/sound,kmod-regmap)
+  $(call AddDepends/sound,+kmod-regmap)
 endef
 
 define KernelPackage/sound-hda-core/description



More information about the lede-commits mailing list