mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 21:21:25 +04:00
4e26edb2e3
kmod-sound-midi2 expects sound/core/snd-ump.ko, but CONFIG_SND_UMP=y builds it in-kernel rather than as a module. Replace the forced built-in setting with plain CONFIG_SND_UMP so the module can be packaged correctly. Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/23265 Signed-off-by: Robert Marko <robimarko@gmail.com>