From 87bf8ce506b2328f42e5a62bcb58259f06910949 Mon Sep 17 00:00:00 2001 From: likanchen <31509805+likanchen@users.noreply.github.com> Date: Tue, 1 Feb 2022 18:29:49 +0800 Subject: [PATCH] fix missing depends for multimedia-input (#8809) fix missing depends for multimedia-input --- package/kernel/linux/modules/video.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/kernel/linux/modules/video.mk b/package/kernel/linux/modules/video.mk index 76b0ebc9d..c54744be4 100644 --- a/package/kernel/linux/modules/video.mk +++ b/package/kernel/linux/modules/video.mk @@ -223,6 +223,7 @@ $(eval $(call KernelPackage,fb-tft-ili9486)) define KernelPackage/multimedia-input SUBMENU:=$(VIDEO_MENU) TITLE:=Multimedia input support + DEPENDS:=+kmod-input-core KCONFIG:=CONFIG_RC_CORE \ CONFIG_LIRC=y \ CONFIG_RC_DECODERS=y \