From: Mathias Kresin Date: Sat, 5 Nov 2016 21:21:20 +0000 (+0100) Subject: kernel: fix kmod-sound-core build error X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=578f7b9c597b0ea9bcf0726cc681713c0672edfe;p=librecmc%2Flibrecmc.git kernel: fix kmod-sound-core build error Fix build error introduced with 2ab6aac. Signed-off-by: Mathias Kresin --- diff --git a/package/kernel/linux/modules/sound.mk b/package/kernel/linux/modules/sound.mk index 71765ed293..de5d8fc2c6 100644 --- a/package/kernel/linux/modules/sound.mk +++ b/package/kernel/linux/modules/sound.mk @@ -49,7 +49,7 @@ define KernelPackage/sound-core CONFIG_SND_RAWMIDI \ CONFIG_SND_TIMER \ CONFIG_SND_PCM \ - CONFIG_SND_PCM_TIMER \ + CONFIG_SND_PCM_TIMER=y \ CONFIG_SND_SEQUENCER \ CONFIG_SND_VIRMIDI \ CONFIG_SND_SEQ_DUMMY \