mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-03 14:07:42 +01:00
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@hauke-m.de>
This commit is contained in:
parent
5c9cc1e73b
commit
228da879fc
1 changed files with 2 additions and 1 deletions
|
|
@ -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@lt4.13 \
|
||||
$(LINUX_DIR)/sound/core/snd-seq-device.ko@ge4.13 \
|
||||
$(LINUX_DIR)/sound/core/snd-rawmidi.ko \
|
||||
$(LINUX_DIR)/sound/core/snd-timer.ko \
|
||||
$(LINUX_DIR)/sound/core/snd-pcm.ko \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue