[source] kernel: kmod-sound-core: handle moved snd-seq-device.ko
LEDE Commits
lede-commits at lists.infradead.org
Sat Dec 16 13:18:29 PST 2017
hauke pushed a commit to source.git, branch master:
https://git.lede-project.org/228da879fc97b8de3ef7760cb00f34740f03fa4d
commit 228da879fc97b8de3ef7760cb00f34740f03fa4d
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Nov 12 22:17:30 2017 +0100
kernel: kmod-sound-core: handle moved snd-seq-device.ko
The snd-seq-device.ko kernel module was moved with kernel 4.13.
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/kernel/linux/modules/sound.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/package/kernel/linux/modules/sound.mk b/package/kernel/linux/modules/sound.mk
index 75aa3d3..faee1f3 100644
--- a/package/kernel/linux/modules/sound.mk
+++ b/package/kernel/linux/modules/sound.mk
@@ -24,7 +24,8 @@ SOUNDCORE_FILES ?= \
$(LINUX_DIR)/sound/soundcore.ko \
$(LINUX_DIR)/sound/core/snd.ko \
$(LINUX_DIR)/sound/core/snd-hwdep.ko \
- $(LINUX_DIR)/sound/core/seq/snd-seq-device.ko \
+ $(LINUX_DIR)/sound/core/seq/snd-seq-device.ko at lt4.13 \
+ $(LINUX_DIR)/sound/core/snd-seq-device.ko at ge4.13 \
$(LINUX_DIR)/sound/core/snd-rawmidi.ko \
$(LINUX_DIR)/sound/core/snd-timer.ko \
$(LINUX_DIR)/sound/core/snd-pcm.ko \
More information about the lede-commits
mailing list