From: Christian Marangi Date: Fri, 20 Oct 2023 13:56:34 +0000 (+0200) Subject: kernel: fix missing regmap-mmio dependency for rtc-r7301 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e6281720f20b62a9c3fd3c3ae7ea23097da2e9ca;p=openwrt%2Fstaging%2Fthess.git kernel: fix missing regmap-mmio dependency for rtc-r7301 Add missing regmap-mmio dependency for rtc-r7301 to fix packaging error. Fixes: f2bc4c1f1588 ("kernel: Add kmod-rtc-r7301") Signed-off-by: Christian Marangi --- diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index feee39602d..055dca6818 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -732,6 +732,7 @@ define KernelPackage/rtc-r7301 SUBMENU:=$(OTHER_MENU) TITLE:=Epson RTC7301 support DEFAULT:=m if ALL_KMODS && RTC_SUPPORT + DEPENDS:=+kmod-regmap-mmio KCONFIG:=CONFIG_RTC_DRV_R7301 \ CONFIG_RTC_CLASS=y FILES:=$(LINUX_DIR)/drivers/rtc/rtc-r7301.ko