diff --git a/package/kernel/linux/modules/sound.mk b/package/kernel/linux/modules/sound.mk index 45a7d7e019..43f1fd059a 100644 --- a/package/kernel/linux/modules/sound.mk +++ b/package/kernel/linux/modules/sound.mk @@ -663,7 +663,7 @@ $(eval $(call KernelPackage,sound-hda-intel)) define KernelPackage/sound-midi2 TITLE:=MIDI 2.0 and UMP Support KCONFIG:= \ - CONFIG_SND_UMP=y \ + CONFIG_SND_UMP \ CONFIG_SND_UMP_LEGACY_RAWMIDI=y FILES:=$(LINUX_DIR)/sound/core/snd-ump.ko AUTOLOAD:=$(call AutoProbe,snd-ump)