From 99d35bc4c196335af93535c35d7c7ae499471d31 Mon Sep 17 00:00:00 2001 From: ElonH Date: Sun, 20 Jun 2021 00:52:58 +0800 Subject: [PATCH] multimedia-input: missing deps Target: ipq40xx Package kmod-multimedia-input is missing dependencies for the following libraries: input-core.ko (cherry picked from commit 324306e10dbe8d76fb5190c08ab3bb165fa99324) --- 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 818b90adf0..ab694175f8 100644 --- a/package/kernel/linux/modules/video.mk +++ b/package/kernel/linux/modules/video.mk @@ -224,6 +224,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 \